[ 
https://issues.apache.org/jira/browse/CB-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13726849#comment-13726849
 ] 

Daniel Morgan commented on CB-4478:
-----------------------------------

UPDATE: This happens when you have anchor tags on your urls. For example, in 
our implementation we do www/index.html#webView/FAQ so we can send FAQ as a 
parameter to our FAQ website. To fix the issue on the JS side I navigate back 
one page upon closing so the anchor tag goes away.  Would like to see a better 
solution though because not every time I use InAppBrowser to show a webpage do 
I use anchor tags.
                
> 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
>              Labels: InAppBrowser, Plugins, iOS
>
> 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