Browse Source

use UIWebView to load more fast

zhangchao 4 years ago
parent
commit
dbdf0d563e
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      autoHeightWebView/index.js

+ 1
- 0
autoHeightWebView/index.js View File

@@ -72,6 +72,7 @@ const AutoHeightWebView = React.memo(
72 72
 
73 73
     return (
74 74
       <WebView
75
+        useWebKit={false}
75 76
         {...props}
76 77
         ref={webView}
77 78
         onMessage={handleMessage}