如何在webview中加载网页时启动inappbrowser

时间:2014-08-18 23:30:43

标签: javascript html5 cordova ibm-mobilefirst

我通过单击index.html页面上的按钮在worklight 6.2容器(用于android和ios)中启动一个网页。在我的网页中,我使用window.open(url,"_blank","location=yes")在inappbrowser中启动了一个外部网站,但是它在webview中启动而不是inappbrowser。我认为这种情况正在发生,因为当我在webview中加载网页时,我正在丢失cordova插件。当我写window.open(url,"_blank","location=yes")时,我能够在inappbrowser中启动外部URL。有没有办法在cordova / worklight webview中从网页启动inappbrowser具有相同的行为。

1 个答案:

答案 0 :(得分:0)

_self:  Opens in the Cordova WebView if the URL is in the white list, otherwise it opens in the InAppBrowser.
_blank: Opens in the InAppBrowser.
_system: Opens in the system's web browser.

使用self而不是空白