apache / cordova-plugin-inappbrowser

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

fix(android): allow beforeLoad on every GET request #1013

Closed jessyefuster closed 9 months ago

jessyefuster commented 9 months ago

Platforms affected

Android

Motivation and Context

Resolves https://github.com/apache/cordova-plugin-inappbrowser/issues/686

Description

Removal of waitForBeforeload flag as it prevents beforeLoad from being called on every GET request and it does not seem to have any meaningful use.

Testing

Checklist