flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

Communicate with the webview loaded JS method?

Open 1166544 opened this issue 6 years ago • 1 comments

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

1166544 avatar Oct 03 '18 17:10 1166544

@1166544 Did you resolve?

shinriyo avatar Mar 28 '23 02:03 shinriyo