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 930 forks source link

How this plugin solve compatibility issues between different versions of webview? #785

Open bitart09 opened 4 years ago

bitart09 commented 4 years ago

hello everyone, I want to try flutter in my new project which is heavily rely on webview. My target devices vary on android verisons,so the webview. AFAK, flutter_webview_plugin also depend on system webview. so my question is, 1 how this plugin handle different version of webview? if I have to write many if xxx also xxx for different versions? 2 is new h5 feature avail on low version of webviews?

bitart09 commented 4 years ago

anyone?

bitart09 commented 4 years ago

help please