Skip to content

Commit a09bef3

Browse files
author
Jakey
committed
all in one
1 parent 0669401 commit a09bef3

File tree

73 files changed

+3100
-1113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3100
-1113
lines changed

.gitignore

100644100755
File mode changed.

README.md

100644100755
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
![image](https://raw.github.com/shaojiankui/WebViewJS/master/thumb.png)
1+
#iOS UIWebView,WKWebView 与 JavaScript的深度交互
2+
###1.WKWebView 不支持JavaScriptCore的方式但提供message handler的方式为JavaScript 与Objective-C 通信
3+
4+
* WKWebView 与 JavaScript交互
5+
* JavaScript 与 WKWebView 交互
6+
7+
###2.UIWebViews使用代理拦截和JavaScriptCore.framework进行交互
8+
9+
* UIWebView 与 JavaScript.framework交互
10+
* JavaScript.framework 与 UIWebView 交互
11+
12+
* UIWebView 与 JavaScriptCore.framework交互
13+
* JavaScriptCore.framework 与 UIWebView 交互
14+
15+
![image](https://raw.github.com/shaojiankui/WebViewJS/master/demo.png)
16+

WebViewJS.xcodeproj/project.pbxproj

Lines changed: 0 additions & 518 deletions
This file was deleted.

WebViewJS/category/UIWebView+Blocks.h

Lines changed: 0 additions & 82 deletions
This file was deleted.

WebViewJS/category/UIWebView+Blocks.m

Lines changed: 0 additions & 104 deletions
This file was deleted.

WebViewJS/category/UIWebView+Style.m

Lines changed: 0 additions & 47 deletions
This file was deleted.

WebViewJS/category/UIWebView+style.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)