真的,我对 Phongap Build 3.1.0 有一个严重的问题。
我在 config.xml 中添加了以下代码(在 /myApp/platform/android/res/ 下)
<access origin="http://google.com*" />
<content src="http://google.com" />
当我打开应用程序时,它会告诉我“ The connection to the server was unsuccessfull. (http://google.com)
”
假设我打开 URL 时inAppBrowser
没有任何错误。
var ref = window.open('http://google.com', '_blank', 'location=no');