Cordova应用程序每次导航到jQueryMobile页面时都会启动移动Safari

时间:2012-07-27 18:32:48

标签: jquery-mobile cordova-2.0.0

每次我关注jQuery Mobile链接时,我的应用都会做正确的事情并导航到选择页面,但是当我在iPhone模拟器中运行时,它还会在Mobile Safari中启动该页面的副本。我确定我只是缺少一些配置设置。

这是我的mobileinit功能

$(document).bind('mobileinit', () -> 
  $.mobile.allowCrossDomainPages = true
)

我已修改ExternalHosts中的Cordova.plist数组,以便将我的应用服务器的域名列入白名单。我错过了什么?

1 个答案:

答案 0 :(得分:1)

我遇到了同样的问题。这个解决方案运行正常。

http://moduscreate.com/opening-all-urls-with-phonegaps-childbrowser-plugin/