Open
Description
Can flutter communicate with the JS method loaded in WebView?
For example,
1.flutter calls some function of JS in web pages.
2.the JS in loaded webpage throwing events and it will receive by WebView, then pass to flutter?
flutter -> webview -> webpage -> JS
JS -> event -> webview -> flutter