Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0, 2.6.0
-
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
- is related to
-
CB-2698 Device ready is not fired in IOS after receiving a 302 temporary redirect from remote server
- Closed