We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to go to a different URL, stuck with initial URL
Here's the cordova website loaded into inAppBrowser in Android Emulator API 34 Same issue with any other website
cordova 12.0.0 (cordova-lib@12.0.1) cordova-android 13.0.0 cordova-plugin-inappbrowser 6.0.0
The text was updated successfully, but these errors were encountered:
Isolated the issue :
This works var options = "location=yes,hidden=yes,beforeload=no";
This does not var options = "location=yes,hidden=yes,beforeload=yes";
Sorry, something went wrong.
No branches or pull requests
Bug Report
Problem
What does actually happen?
Unable to go to a different URL, stuck with initial URL
Information
Here's the cordova website loaded into inAppBrowser in Android Emulator API 34
Same issue with any other website
mobile.mp4
Environment, Platform, Device
cordova 12.0.0 (cordova-lib@12.0.1)
cordova-android 13.0.0
cordova-plugin-inappbrowser 6.0.0
The text was updated successfully, but these errors were encountered: