如何在Android WebView中使用JavaScript加载本地HTML?
我用 HTML 和 JavaScript 编写了一个游戏。我已将 HTML 文件本地加载到 WebView 中,但尚未加载 JavaScript。我想知道如何让 HTML 使用 JavaScript。非常感谢任何帮助。
I have coded a game in HTML and JavaScript. I had loaded the HTML file locally into the WebView but it had not loaded the JavaScript. I was wondering how I could get the HTML to use the JavaScript. Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
试试这个代码..这个代码适用于..希望它对你也有帮助。
Try this code.. This code works for.. Hope it will be helpfull to u also.
您可以在这里查看: http://developer.android.com/resources/ tutorials/views/hello-webview.html
为了获得 js 与 webview 的一般视角,更具体地说:
希望这会有所帮助!
You can check here: http://developer.android.com/resources/tutorials/views/hello-webview.html
in order to get a general perspective of js with webview and more specifically:
Hope this helps!
你可以试试这个:
you can try this :
只需像这样加载 HTML 文件 URI:
希望它可以帮助您!
Just load HTML file URI like this:
Hope it can help you!
index.js
GeneralCF.html
index.js
GeneralCF.html