Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-3062

InAppBrowser - loadstop event is never fired if the page redirects

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.5.0, 2.6.0
    • 2.7.0
    • cordova-ios
    • None

    Description

      Test code:

      var win = window.open('http://www.zhihu.com/answer/16714076', '_blank', 'location=yes');
      
      win.addEventListener('loadstop', function(evt) {console.log(evt)});
      

      Root of the problem is exactly CB-2698 (see comments)

      Attachments

        Issue Links

          Activity

            People

              agrieve Andrew Grieve
              shazron Shazron Abdullah
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: