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
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Hi all,
Currently im using https://github.com/fluttercommunity/flutter_webview_plugin and would like to migrate over. I'm having some issues with the cross communication portion.
I know roughly that I have to make use of flutter_inappwebview.callHandler and addJavaScriptHandler functions but having some issues making it work.
Could anyone point me in the right direction? Thank you.
In the previous plugin , I can make use of javascript channels to do it as per below:
The text was updated successfully, but these errors were encountered: