使用了InAppWebView,发现js回调方法,在android10及以上版本才好使
android10以下还是window.flutter_inappwebview.callHandler is not a function报错
以下是js的兼容方法,可以解决对调失败问题
使用了InAppWebView,发现js回调方法,在android10及以上版本才好使
android10以下还是window.flutter_inappwebview.callHandler is not a function报错
以下是js的兼容方法,可以解决对调失败问题