Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
-
Android 4.4.2 - Nexus 7
Android 4.4.2 - Nexus 10
Description
Run:
var ref1 = window.open('http://google.com', '_blank', 'location=yes');
var ref2 = window.open('http://youtube.com', '_blank', 'location=yes');
If I close the inappbrowser window containing youtube.com I can navigate on the second window containing google.com but I'm not able to close it.
What is more, it neither react to ref1.close();