jevon

Results 3 comments of jevon

I have implemented on android ,sample code here: add ` webView.addJavascriptInterface(new FlutterJsInterface(), "Android");` after `webView.setWebChromeClient` in WebviewManager.java , the FlutterJsInterface class is `class FlutterJsInterface { @JavascriptInterface public void toService() {...

@charafau I do not have much time on this,but you can see code in my fork [https://github.com/fujinjun/flutter_webview_plugin](https://github.com/fujinjun/flutter_webview_plugin)