fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 933 forks source link

On some android devices the javascript doesn't seem to be loaded correctly #901

Open dr0-dev opened 3 years ago

dr0-dev commented 3 years ago

Reviewing some logs from bugsnag, I got a lot of these:

ReferenceError ·'methodName' is not defined

It happens only on some android devices, some of the info I have:

Webview 90.0.4430 Android versione: 10, 11 Devices: Redmi Note, Huawei, Samsung, etc.

It works on all the apple devices and on most of the android devices - we can't reproduce it.

Any way to understand what could be going wrong?

Thank you

MaherSaad commented 3 years ago

me too