slack0129 commented on issue #593: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/593#issuecomment-937357501
We did not end up discovering a workaround and instead targeted the SDK for Android 9 which runs just fine on Android 10, this allowed for the app to use the cordova.InAppBrowser.open call just fine, however we've never needed to use the location parameter, not sure this plays into it at all as far as your issue goes. We ended up changing every window.open call that we used to use, to use the cordova.InAppBrowser.open function instead and all was good to go. We also do not specify the Cordova InAppBrowser plugin version so it always uses the latest, the last compile we ran using this particular plugin was sometime ago in 2020 now. On Wed, Oct 6, 2021 at 4:30 PM Kristofvdj88 ***@***.***> wrote: > I'm experiencing this issue with v5.0.0. Links like window.open(url, > "_system", "location=yes"); are opening inside the app instead of in the > external browser app. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/apache/cordova-plugin-inappbrowser/issues/593#issuecomment-937075196>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AG6L6KGQFI2M43F3ABQ32YDUFSWYFANCNFSM4J4MTCAA> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > > -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
