Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedant committed Dec 25, 2014
1 parent df768c3 commit 31d6929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Safe Java-JS WebView Bridge
===================
抛弃使用高风险的WebView addJavascriptInterface方法,利用onJsPrompt解析纯JSON字符串,来实现网页JS层反射调用Java方法,同时通过对js层调用函数及回调函数的包装,支持方法参数传入所有已知的类型,包括number、string、boolean、object、function。
抛弃使用高风险的WebView addJavascriptInterface方法,通过对js层调用函数及回调函数的包装,支持异步回调,方法参数支持js所有已知的类型,包括number、string、boolean、object、function。

## 安装
使用Safe Java-JS WebView Bridge最简单的办法就是像下面这样添加项目依赖。
Expand Down

0 comments on commit 31d6929

Please sign in to comment.