You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,22 @@ To use a WebViewJavascriptBridge in your own project:
79
79
})
80
80
})
81
81
82
+
WKWebView Support (iOS 8 & OS 10.10)
83
+
------------------------------------
84
+
85
+
WebViewJavascriptBridge supports [WKWebView](http://nshipster.com/wkwebkit/) for iOS 8 and OSX Yosemite. In order to use WKWebView you need to instantiate the `WKWebViewJavascriptBridge`. The rest of the `WKWebViewJavascriptBridge` API is the same as `WebViewJavascriptBridge`.
86
+
87
+
1) Import the header file:
88
+
89
+
#import "WKWebViewJavascriptBridge.h"
90
+
91
+
2) Instantiate WKWebViewJavascriptBridge and with a WKWebView object
0 commit comments