Run webview_flutter example app( https://github.com/flutter/plugins/tree/master/packages/webview_flutter/example ) with inital_url: " https://kreatryx.com " On Android it just shows white screen with Zopim chat bar on the bottom right.
(使用inital_url运行webview_flutter示例应用程序( https://github.com/flutter/plugins/tree/master/packages/webview_flutter/example ):“ https://kreatryx.com ”在Android上,它仅显示带有Zopim聊天栏的白屏在右下角。)
(在iOS上,它运行良好。)
(Android的任何解决方案?)
What I've already tried: 1. Flutter channel dev 2. Flutter channel master
(我已经尝试过的方法:1. Flutter通道开发人员2. Flutter通道主设备)
update
(更新)
Similar to Android Webview: "Uncaught TypeError: Cannot read property 'getItem' of null"
(与Android Webview类似:“未捕获的TypeError:无法读取null的属性'getItem'”)
settings.setDomStorageEnabled(true); is missing.
settings.setDomStorageEnabled(true);
(不见了。)
Related issue https://github.com/flutter/flutter/issues/26347
(相关问题https://github.com/flutter/flutter/issues/26347)
original
(原版的)
webview_flutter does currently not automatically redirect.
(webview_flutter当前不会自动重定向。)
https://kreatryx.com redirects to https://www.kreatryx.com and the plugin doesn't follow that redirect and just shows what https://kreatryx.com returns, which is nothing.
https://kreatryx.com
https://www.kreatryx.com
(https://kreatryx.com重定向到https://www.kreatryx.com ,插件不遵循该重定向,仅显示https://kreatryx.com返回的内容,没什么。)
Follow https://github.com/flutter/flutter/issues/25351
(跟随https://github.com/flutter/flutter/issues/25351)
1.4m articles
1.4m replys
5 comments
57.0k users