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
For backwards compatibility, this plugin also hooks window.open. However, the plugin-installed hook of window.open can have unintended side effects (especially if this plugin is included only as a dependency of another plugin). The hook of window.open will be removed in a future major release. Until the hook is removed from the plugin, apps can manually restore the default behaviour:
Feature Description
We should remove this overwrite of the native browser window function to avoid errors like this:
Feature Request
Motivation Behind Feature
Like described in the README file a long time ago there was a plan to remove the backwards compatibility of overwriting
window.open
in a future release. [See](WKWebViewOnly https://github.com/apache/cordova-plugin-inappbrowser#windowopen)Feature Description
We should remove this overwrite of the native browser window function to avoid errors like this:
#315
#403
Alternatives or Workarounds
A proposal to change the docs exists #528
The text was updated successfully, but these errors were encountered: