Tomáš Fejfar created CB-5425:
--------------------------------
Summary: iOS: Inappbrowser sometimes does not open the page and
event "falls through" to main webView
Key: CB-5425
URL: https://issues.apache.org/jira/browse/CB-5425
Project: Apache Cordova
Issue Type: Bug
Components: Plugin InAppBrowser
Affects Versions: 3.1.0
Environment: iOS7 Simulator (retina 4"), iOS6 iPod
Reporter: Tomáš Fejfar
There is a simple app illustrating the issue:
https://github.com/tomasfejfar/cordova-bug-01
There is a div with ontouch event that will open google.com in inappbrowser -
there is a link inside - that will open seznam.cz
Steps to reproduce:
* play with it long enough clicking on the link and closing inappbrowser
(appears irregularly)
* wild inappbrowser appears (EMPTY)
* seznam.cz is loaded in the main webview
My guess is that on some occasions the window.open() call fails somehow and the
webview handles the tap event - opening the link.
--
This message was sent by Atlassian JIRA
(v6.1#6144)