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

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

Shazron Abdullah created CB-3062:
------------------------------------

             Summary: 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.6.0, 2.5.0
            Reporter: Shazron Abdullah
            Assignee: Shazron Abdullah
             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