【发布时间】:2018-08-31 17:53:27
【问题描述】:
如果我尝试使用 android WebView 在 webview 中加载我的网站,我会收到来自 firebase 的错误,例如,
Error: The current environment does not support the specified persistence type
所以我添加了 WebView.settings.domStorageEnabled = true,它开始按要求工作。
然而,现在我正在尝试使用 Flutter。我正在使用以下插件。
https://github.com/dart-flitter/flutter_webview_plugin
我现在遇到同样的错误。但我找不到任何这样的设置。任何帮助,将不胜感激。谢谢。
【问题讨论】:
-
您可能需要自己修改插件并连接设置,直到 Flutter 团队提供更好的解决方案(我预计最终会发生)
标签: android firebase webview dart flutter