wendux / DSBridge-IOS

:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
1.95k stars 303 forks source link

Method xxx is not invoked, since there is not a implementation for it #113

Open HSFAqi opened 4 years ago

HSFAqi commented 4 years ago

Method xxx is not invoked, since there is not a implementation for it

webView.callHandler("takePicture", arguments: ["test"]) { (value) in print("test(value)") }

tianxiawoyougood commented 1 year ago

我也遇到了相同的问题,我按照demo实现了自定义方法