Skip to content
New issue

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

beforeload preventing page navigation #1063

Open
globules-io opened this issue Jul 31, 2024 · 1 comment
Open

beforeload preventing page navigation #1063

globules-io opened this issue Jul 31, 2024 · 1 comment

Comments

@globules-io
Copy link

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 ([email protected])
cordova-android 13.0.0
cordova-plugin-inappbrowser 6.0.0

@globules-io
Copy link
Author

Isolated the issue :

This works
var options = "location=yes,hidden=yes,beforeload=no";

This does not
var options = "location=yes,hidden=yes,beforeload=yes";

@globules-io globules-io changed the title Unable to navigate once page is loaded beforeload preventing page nagivation Aug 2, 2024
@globules-io globules-io changed the title beforeload preventing page nagivation beforeload preventing page navigation Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant