[
https://issues.apache.org/jira/browse/CB-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117505#comment-15117505
]
Nic Raboy commented on CB-10407:
--------------------------------
When will it receive a new tag? Most people, myself included, install the
plugin like so:
cordova plugin add cordova-plugin-inappbrowser
To my knowledge, it does not grab the master.
Best,
> InAppBrowser not firing loadstart event on android
> --------------------------------------------------
>
> Key: CB-10407
> URL: https://issues.apache.org/jira/browse/CB-10407
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin InAppBrowser
> Affects Versions: 5.4.0
> Environment: Android API 21
> Reporter: andyz
> Labels: Android, Triaged
>
> loadstart event is not firing. there are no issues with loadstop and exit.
> Simple snippet:
> var ref = cordova.InAppBrowser.open('http://www.google.com', '_blank');
> ref.addEventListener('loadstart', function (event) { alert('started'); });
> ref.addEventListener('loadstop', function (event) { alert('stopped'); });
> only the 'stopped' alert is fired.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]