gpt4 book ai didi

javascript - 应用程序在使用 document.location 时终止

转载 作者:行者123 更新时间:2023-11-28 02:41:35 27 4
gpt4 key购买 nike

我正在使用 android studio 并尝试使用 JavaScript 制作移动应用程序。

我已经使用 webview 加载了 index.html
现在我想使用以下 JavaScript 代码转到保存在 assets 中的 ShoppingList.html

当我将模拟器与 android 版本 6 一起使用时,它运行良好。但是对于 android 版本 7,我的应用程序在调用 Navigate() 函数时终止。

我还尝试了 window.locationdocument.location.href 但没有任何效果。

我用来导航到另一个 html 文件的 JavaScript 代码是:

function Navigate()
{
document.location = "file:///android_asset/www/ShoppingList.html";
}

最佳答案

把你的web资源放到assets文件夹下,你可以调用webView.loadUrl("file:///android_asset/filename.html")。
Java和Webview的完整通信See this
也许this

关于javascript - 应用程序在使用 document.location 时终止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44002996/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com