Parcourir la source

use UIWebView to load more fast

zhangchao il y a 4 ans
Parent
révision
dbdf0d563e
No account linked to committer's email address
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      autoHeightWebView/index.js

+ 1
- 0
autoHeightWebView/index.js Voir le fichier

@@ -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}