0

我使用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、...)然后继续显示确认对话框

如何解决这个问题呢 ?

提前致谢

4

1 回答 1

0

CordovaWebView 当前不支持 loadDataWithBaseURL。这是使用未初始化的 WebView 将所有内容发送到 JS 提示代码。我建议在这里添加一张 Cordova 跟踪器的票

于 2012-09-14T21:42:06.767 回答