fluttercommunity / fluttercommunity/flutter_webview_plugin
js channel still can not use
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
'Published with webview_flutter 0.3.1' by @amirh
WebView(
initialUrl: 'https://...',
javascriptMode: JavascriptMode.unrestricted,
javascriptMessageChannelNames: [‘MyChannel’],
onHandleJavascriptMessage: (String channel, String message) { print('$message'); },
)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.