【发布时间】:2012-04-20 12:14:54
【问题描述】:
如何在 phonegap 使用的 webview 中打开外部网站。如果我正在使用
window.location.href = "www.example.com"
它将打开浏览器并加载网站。
我找到了https://github.com/phonegap/phonegap-plugins/tree/master/Android/ChildBrowser,但这会打开网站的模式。
【问题讨论】:
标签: javascript android cordova