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
I am using flutter_webview_plugin to display a webview.
I want to post a value to webview by using
webviewPlugin.evalJavascript('postFunction("$number")');
It is working fine in Android but not working in IOS.
Please advice.
Thank you
The text was updated successfully, but these errors were encountered:
I am using flutter_webview_plugin to display a webview.
I want to post a value to webview by using
webviewPlugin.evalJavascript('postFunction("$number")');
It is working fine in Android but not working in IOS.
Please advice.
Thank you
The text was updated successfully, but these errors were encountered: