DSBridge-Android icon indicating copy to clipboard operation
DSBridge-Android copied to clipboard

:earth_americas: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.

Results 106 DSBridge-Android issues
Sort by recently updated
recently updated
newest added

在h5页面通过PictureSelector这个库打开相册选择照片回来之后会再次执行loadUrl 刷新页面 导致h5 注册的交互失效 @Override public void loadUrl(final String url) { runOnMainThread(new Runnable() { @Override public void run() { callInfoList = new ArrayList(); DWebView.super.loadUrl(url); } }); }

我已经重新设计了新的交互库,10分钟就能完成接入,也许可以帮助你. Java: https://github.com/SDBridge/SDBridgeJava Kotlin: https://github.com/SDBridge/SDBridgeKotlin

I have redesigned new libraries, It only takes ten minutes to complete . Maybe can help you. Java: https://github.com/SDBridge/SDBridgeJava Kotlin: https://github.com/SDBridge/SDBridgeKotlin

项目是AndroidX,使用时白屏,没有反应

![image](https://user-images.githubusercontent.com/5386958/50746932-5c8ca580-126c-11e9-88ad-373c50c4a43d.png) 不稳定复现 设备是 华为荣耀8 android 8.0.0 ![image](https://user-images.githubusercontent.com/5386958/50746967-83e37280-126c-11e9-84e3-df958461b033.png)

是Apache 2.0 license. 还是MIT License 又或者其他开源协议,能告知一下么?

mWebView.loadUrl dsBridge.register 调取不到?大家碰到过吗?

你好,这个库是不是关闭了,项目都不能引用了