Skip to content

Commit

Permalink
Lighten the warning language of WKWebView. It is definitely becoming …
Browse files Browse the repository at this point in the history
…stable by now
  • Loading branch information
marcuswestin committed Jan 29, 2016
1 parent ac4e73d commit a3c9476
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ setupWebViewJavascriptBridge(function(bridge) {
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.

(WARNING: WKWebView still has [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`.

Expand Down

0 comments on commit a3c9476

Please sign in to comment.