如何导入移动jQuery?

时间:2019-05-14 17:56:11

标签: android webview android-webview

我正在使用移动jQuery和HTML5制作脱机Web应用程序,但是当我喜欢索引文件作为主页时,编译后链接会丢失。它仅加载//其他超链接文件未加载。

String folderPath = "file:android_asset/demos/index/";
String fileName = "index.html";
String file = folderPath + fileName;

mWebview.loadUrl(file);

// mWebview .loadUrl("file:///android_asset/demos/index.html");
setContentView(mWebview );

enter image description here

0 个答案:

没有答案