[
https://issues.apache.org/jira/browse/CB-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113968#comment-15113968
]
Nic Raboy commented on CB-10407:
--------------------------------
I am also experiencing the same. The new WebViewClass does not trigger the
loadstart event in Android. iOS is still working fine and it looks like there
were no changes in iOS regards to the WebViewClass
> 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]