pengwei1024 / JsBridge

A simpler, extendable bidirectional communication Frame between Android WebView and Javascript
https://github.com/pengwei1024/JsBridge/wiki
Apache License 2.0
643 stars 88 forks source link

兼容 iOS WebViewJavascriptBridge 库 #38

Open rqwxxe opened 1 year ago

rqwxxe commented 1 year ago

这个是怎么兼容的?js需要判断不同平台,调用不同方法吗?

pengwei1024 commented 1 year ago

是的,目前这个库是支持Android的,iOS可以参考 https://github.com/pengwei1024/JsBridge-WebViewJavascriptBridge-Sample

rqwxxe commented 1 year ago

是的,目前这个库是支持Android的,iOS可以参考 https://github.com/pengwei1024/JsBridge-WebViewJavascriptBridge-Sample

这个demo就不能动态注入了,需要额外加载JsBridgeCore这个js文件了