We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78cfdc commit aee699aCopy full SHA for aee699a
README.md
@@ -57,7 +57,7 @@ plugin). The hook of `window.open` will be removed in a future major release.
57
Until the hook is removed from the plugin, apps can manually restore the default
58
behaviour:
59
60
- delete window.open // Reverts the call back to it's prototype's default
+ delete window.open // Reverts the call back to its prototype's default
61
62
Although `window.open` is in the global scope, InAppBrowser is not available until after the `deviceready` event.
63
0 commit comments