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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

HSFAqi opened this issue · comments

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

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

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