Daniel Morgan created CB-4478:
---------------------------------

             Summary: InAppBrowser: Tapping same link twice in view doesn't load
                 Key: CB-4478
                 URL: https://issues.apache.org/jira/browse/CB-4478
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS, Plugin InAppBrowser
    Affects Versions: 2.9.0
         Environment: iPhone 5 running iOS 6.1.4
            Reporter: Daniel Morgan
            Assignee: Shazron Abdullah


In my Cordova app I have three links at the bottom of a settings page like so:

FAQ
Terms and Service
Privacy Policy

For the implementation I have a function called webView(url) that calls 
window.open(url, "_blank", "location=yes"); that all three pass through to open 
an InAppBrowser.

When I click on FAQ it shows up correctly, I press done and come back 
successfully. I click on Privacy Policy and works correctly as well.  However, 
if I click FAQ right after I just viewed FAQ, nothing happens. This only 
happens on iOS and not on Android (Android works perfectly).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to