启动画面后的空白屏幕

时间:2015-02-12 12:04:38

标签: android cordova google-api

我在我的应用程序中使用谷歌地图服务。地图工作正常 问题是当设备通过wifi热点连接互联网时,在这种情况下 启动画面后显示白屏5秒钟。

当我禁用maps.googleapis.com网址时,此时不会出现白屏。

我在config.xml文件中包含了所有权限,但仍然遇到同样的问题。

我以下面的方式提供了谷歌地图服务。

config.xml文件权限为

 <access origin="*"/>
<access origin="http://maps.googleapis.com/*"/>
<access origin="*://*.googleapis.com/*" subdomains="true" />
<access origin="*://*.gstatic.com/*" subdomains="true" />
<access origin="*://*.google.com/*" subdomains="true" />
<access origin="*://*.googleusercontent.com/*" subdomains="true" />

1 个答案:

答案 0 :(得分:0)

尝试在触发“deviceready”事件之前和之后在脚本中添加控制台。然后您将知道deviceready事件的超时为5秒。 你可以在logcat窗口看到这条消息

希望这会有所帮助!!