[
https://issues.apache.org/jira/browse/CB-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121027#comment-15121027
]
jcesarmobile commented on CB-10407:
-----------------------------------
It grabs the latest tag.
It will be released when everything is ready, can't tell you a date. There were
other issues on other platforms and are being fixed too. And we are adding
tests so this doesn't happen again.
If you are interested in releases you can subscribe to de developer mailing
list.
Or you can install from github
cordova plugin add https://github.com/apache/cordova-plugin-inappbrowser
> 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]