我使用Phonegap 2.0。在我的 Android 应用程序中是我的主要活动,它从 DroidGap 扩展
我有一个包含 phonegap2.0.0.js 的资产 html 文件,使用时没问题
appView.loadUrl("file:///android_asset/www/index.html");
但是当我将该文件读入字符串时,然后使用
appView.loadDataWithBaseURL("http://foo", html, "text/html", "utf8", "");
Phonegap 显示许多对话框(getPort、getToken、...)然后继续显示确认对话框
如何解决这个问题呢 ?
提前致谢