Skip to content

Commit 35a8b7b

Browse files
committed
Updated README to include warning about WKWebview network API support
1 parent bd73d7c commit 35a8b7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ To use a WebViewJavascriptBridge in your own project:
8282
WKWebView Support (iOS 8 & OS 10.10)
8383
------------------------------------
8484

85+
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.
86+
87+
8588
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`.
8689

8790
1) Import the header file:

0 commit comments

Comments
 (0)