You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2013/04/20 17:53:16 UTC

[jira] [Resolved] (CB-3062) InAppBrowser - loadstop event is never fired if the page redirects

     [ https://issues.apache.org/jira/browse/CB-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve resolved CB-3062.
-------------------------------

    Resolution: Fixed
      Assignee: Andrew Grieve  (was: Shazron Abdullah)

Fixed by underlying issue (CB-2698)

Will be included in 2.7.0 release.
                
> InAppBrowser - loadstop event is never fired if the page redirects
> ------------------------------------------------------------------
>
>                 Key: CB-3062
>                 URL: https://issues.apache.org/jira/browse/CB-3062
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.5.0, 2.6.0
>            Reporter: Shazron Abdullah
>            Assignee: Andrew Grieve
>             Fix For: 2.7.0
>
>
> Test code:
> {code}
> var win = window.open('http://www.zhihu.com/answer/16714076', '_blank', 'location=yes');
> win.addEventListener('loadstop', function(evt) {console.log(evt)});
> {code}
> Root of the problem is exactly CB-2698 (see comments)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira