Vladeouz commented on issue #706: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/706#issuecomment-2151324109
> > Any solution around ? > > Already fixed with the commit mentioned up: [d735e13](https://github.com/apache/cordova-plugin-inappbrowser/commit/d735e136cdf409472833558184764ea47d658c85) i have been update to the latest version (v.6.0.0) and when i open the webcam test web it still shows an error that the browser isn't allow the permissions.   this is my code `openWeb() { const target = '_blank' const options = 'allowInlineMediaPlayback=yes,location=yes,zoom=no,hideurlbar=yes,toolbarcolor=#1D99AA,hidenavigationbuttons=yes,lefttoright=yes,closebuttoncolor=#ffffff,fullscreen=no,clearsessioncache=yes,clearcache=yes' var InAppBrowserRef = cordova.InAppBrowser.open( // 'https://webcamtests.com/', target, options ) }` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org