Skip to content

Commit

Permalink
Updated README to include warning about WKWebview network API support
Browse files Browse the repository at this point in the history
  • Loading branch information
lokimeyburg committed Dec 8, 2014
1 parent bd73d7c commit 35a8b7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ To use a WebViewJavascriptBridge in your own project:
WKWebView Support (iOS 8 & OS 10.10)
------------------------------------

WARNING: WKWebView still has [many bugs and missing network APIs.](https://github.com/ShingoFukuyama/WKWebViewTips/blob/master/README.md) It may not be a simple drop-in replacement.


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`.

1) Import the header file:
Expand Down

0 comments on commit 35a8b7b

Please sign in to comment.