apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.12k stars 2.15k forks source link

beforeload preventing page navigation #1063

Open globules-io opened 2 months ago

globules-io commented 2 months ago

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

https://github.com/user-attachments/assets/d48363b7-79ba-4f88-b231-be0da4132407

Environment, Platform, Device

cordova 12.0.0 (cordova-lib@12.0.1) cordova-android 13.0.0 cordova-plugin-inappbrowser 6.0.0

globules-io commented 2 months ago

Isolated the issue :

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

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