在 html (javascript) 中持久存储值

storing value persistently in html (javascript)

我有一个 android 应用程序,我在其中使用了 webview,在 webview 内部,我加载了一个 html 文件。

在html文件中,我需要持久存储一个值,以便下次使用该应用程序时可以使用该值。由于某些限制,我无法将该值带到 android 端并将其保存在共享首选项中。

我尝试使用 localStorage,但没有用。有人可以帮我解决这个问题吗?

在 html 中,我正在使用 javascript。

我对 html 和 javascript 很陌生,对它了解不多。

感谢您的帮助。

您需要设置setDomStorageEnabled(true)为WebView启用localStorage