DSBridge-IOS
DSBridge-IOS copied to clipboard
Method xxx is not invoked, since there is not a implementation for it
Method xxx is not invoked, since there is not a implementation for it
webView.callHandler("takePicture", arguments: ["test"]) { (value) in print("test(value)") }
我也遇到了相同的问题,我按照demo实现了自定义方法