mirror of
https://github.com/zhigang1992/HybridWebView.git
synced 2026-01-12 17:23:04 +08:00
update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -1,7 +1,7 @@
|
||||
# HybridWebView
|
||||
|
||||
Native object inject to javascript environment.
|
||||
You can call native method from UIWebView, and send the result back. It also support async callback handler.
|
||||
You can call native method from UIWebView, and send the result back to web page. It also support async callback handler.
|
||||
|
||||
###Usage:
|
||||
|
||||
@@ -33,7 +33,11 @@ You can add a callback at last if you will get the result later.
|
||||
|
||||
ViewController.callArray( function(ret){console.log(ret)} );
|
||||
|
||||
|
||||
###Problem
|
||||
Only support pass string, array or dictionary.
|
||||
###Safari web inspector:
|
||||
|
||||

|
||||
###Problem
|
||||
Only support pass string, array or dictionary now.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user