You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tomáš Fejfar (JIRA)" <ji...@apache.org> on 2013/11/18 15:05:21 UTC

[jira] [Created] (CB-5425) iOS: Inappbrowser sometimes does not open the page and event "falls through" to main webView

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)