You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/02 12:38:40 UTC

[jira] [Commented] (CB-10407) InAppBrowser not firing loadstart event on android

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

ASF subversion and git services commented on CB-10407:
------------------------------------------------------

Commit 8da5e25eeee892590f3ddb781a4fde8e9f8ef512 in cordova-plugin-inappbrowser's branch refs/heads/1.2.x from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=8da5e25 ]

CB-10407: Re-adding onPageStarted to re-add LOAD_START, even though it's in the wrong place


> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org