[
https://issues.apache.org/jira/browse/CB-10753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15181839#comment-15181839
]
jcesarmobile commented on CB-10753:
-----------------------------------
links with target set to "_blank" don't open the inAppBrowser, you have to use
the inAppBrowser API to open the link
{code}
cordova.InAppBrowser.open('http://apache.org', '_blank');
{code}
> InAppBrowser will not work with iframe embedded
> -----------------------------------------------
>
> Key: CB-10753
> URL: https://issues.apache.org/jira/browse/CB-10753
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS, Plugin InAppBrowser
> Reporter: Timo Ernst
>
> When a Cordova app has an iframe within its index.html page and this iframe
> has a link with target set to "_blank", then InAppBrowser will not open a new
> webview layer. Instead, the whole root webview of the app will be redirected
> to the url set in the link and there is no way back! This is a true nightmare
> and needs to be fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]