jevon
jevon
same error,ubuntu 24.04 wayland
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)