pengwei1024 / JsBridge

A simpler, extendable bidirectional communication Frame between Android WebView and Javascript
https://github.com/pengwei1024/JsBridge/wiki
Apache License 2.0
643 stars 88 forks source link

前端的JsBridge这个类怎么调用呢? #18

Closed TangStudio closed 5 years ago

TangStudio commented 6 years ago

JsBridge.ajax({ type:'GET', url:'xxx.com', dataType:'text' data:{a:1, b:'xx'}, success:function(data){ }, error:function(err){ } }) JsBridge这个类,前端同学不知道从哪里调用

TangStudio commented 6 years ago

前端需要引用某个库还是JS里边本来就有的呢?前端同学表示很迷茫,谢谢

tv009 commented 6 years ago

让他使用chrome中的远程调试手机页面 告诉他页面加载完 JSbridge就已经加载上了

pengwei1024 commented 6 years ago

前端需要监听js注入完成的事件,然后里面就可以获取到JsBridge对象了。