flutter_jsbridge_plugin icon indicating copy to clipboard operation
flutter_jsbridge_plugin copied to clipboard

Results 4 flutter_jsbridge_plugin issues
Sort by recently updated
recently updated
newest added

是否计划支持除了webview_flutter外的任意webview插件?

根据Example用例,在 onPageStarted 回调中执行 _jsBridge.init(); 在H5在第二次载入后,发现window.WebViewJavascriptBridge为空. 但官方建议在[WebView.onPageFinished] callback中去执行evaluateJavascript 方法. 所以将_jsBridge.init()放入onPageFinished回调中去执行,就能解决这个问题.