You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: