[ 
https://issues.apache.org/jira/browse/CB-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15110578#comment-15110578
 ] 

nvazquez commented on CB-10407:
-------------------------------

+1

> 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
>
> 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]

Reply via email to