我正在開發一個PhoneGap應用程序,並且我遇到了一些問題。如何在PhoneGap上的InApp瀏覽器內部的默認瀏覽器中打開鏈接
在PhoneGap的應用程序裏面我打開本地鏈路與InAppBrowser
window.open('example.html', '_blank', 'location=no');
當我在example.html的網頁是我不能做任何事情與PhoneGap的,因爲是喜歡它是默認瀏覽器內的應用程序。
所以,我的問題是,我要開在example.html的默認瀏覽器的鏈接,但因爲我不是在應用程序中,並沒有我不能使用InAppbrowser的聲明_system
運行phonegap命令。
的Index.html
window.open('example.html', '_blank', 'location=no'); // Open in InApp
example.html的
link2 => www.google.es -> I want to open in default browser.
非常感謝你,如果你能幫助我。
嗨,你有解決方案嗎? – rkaartikeyan