You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Several workarounds were needed to cancel navigating to a link that is supposed to load in the system web browser. Something like the CB-14188 PR would allow inspecting the URL and cancel loading the external page before it happens. This would allow removing quite some code, be less error-prone, and provide a better experience.
Finish the PR and integrate it. Work has already started on branch feature/beforeload.
The text was updated successfully, but these errors were encountered:
Verified on iOS.
Discovered an issue on Android where the first time an external link is clicked, the beforeload event does not seem to be caught. Subsequent times work fine.
Hello, I like this project and it very helpfull.
I have a problem with the beforeload event, which did not work when visiting an odd link only on even.
I also created an issue here apache/cordova-plugin-inappbrowser#686
Several workarounds were needed to cancel navigating to a link that is supposed to load in the system web browser. Something like the CB-14188 PR would allow inspecting the URL and cancel loading the external page before it happens. This would allow removing quite some code, be less error-prone, and provide a better experience.
Finish the PR and integrate it. Work has already started on branch feature/beforeload.
The text was updated successfully, but these errors were encountered: