Skip to content

Commit a3c9476

Browse files
committed
Lighten the warning language of WKWebView. It is definitely becoming stable by now
1 parent ac4e73d commit a3c9476

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ setupWebViewJavascriptBridge(function(bridge) {
102102
WKWebView Support (iOS 8+ & OS 10.10+)
103103
--------------------------------------
104104

105-
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.
106-
105+
(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).
107106

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

0 commit comments

Comments
 (0)