From d8a701248f209a488a9d31bbd70d1382153e127a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=A6=E5=91=86=E5=AD=90?= Date: Mon, 3 Nov 2014 18:17:17 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec0aa05..d5ab0c0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Safe Java-JS WebView Bridge compile 'cn.pedant.safewebviewbridge:library:1.1' } +## Sample +[Sample 下载](https://github.com/pedant/safe-java-js-webview-bridge/releases/download/v1.1/safe-webview-bridge-sample-v1.1.apk) + +![image](https://github.com/pedant/safe-java-js-webview-bridge/raw/master/app-sample-screenshot.png) ## 用法 @@ -143,9 +147,6 @@ JS中使用过大数字时,可能会导致精度丢失或者错误的数字结 HostApp.passLongType(14102300951321235+'')。 -## Demo运行示意图 -![image](https://github.com/pedant/safe-java-js-webview-bridge/raw/master/app-sample-screenshot.png) - 更多实现细节见: http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/ ## License