wendux / DSBridge-Android

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

h5puls框架无法调用 #106

Open LetFree opened 5 years ago

LetFree commented 5 years ago

DWebView dwebView = new DWebView(SDK.obatinFirstPage(app).obtainWebview().getContext()); dwebView.addJavascriptObject(new JsAPI(),"JsAPI"); 这样写没有日志打出也,没报错,就是调用不起作用,不能用这种构造方法?