caleb87 opened a new issue #593: _system does not work on android 10 URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/593 # Bug Report ## Problem Chrome opens when using **_system**, but does not navigate to the URL provided. Chrome opens when using **_blank**, but does not navigate to the URL. Upon returning to the app, the webview in open. ### What is expected to happen? Chrome app should open the URL provided when using _system, and it should also open the webview without leaving the app when using _blank. ### What does actually happen? Chrome opens when using **_system**, but does not navigate to the URL provided. Chrome opens when using **_blank**, but does not navigate to the URL. Upon returning to the app, the webview in open. ## Information The following plugin will actually open the webview: https://www.npmjs.com/package/cordova-plugin-browsertab The plugin does not appear to have navigation though, so not useful for my purposes. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> window.open(link, '_system'); cordova.InAppBrowser.open(link); cordova.InAppBrowser.open(link, '_blank','location=yes'); cordova.InAppBrowser.open(link, '_system','location=yes'); ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> android 10 on pixel 4 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> cordova-plugin-inappbrowser versions 1.7 through development (tried them all) phonegap v9.0.0 I'm using phonegap cli to prepare the project, and then using Android Studio to build the apk. ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
