Bläddra i källkod

use UIWebView to load more fast

zhangchao 4 år sedan
förälder
incheckning
dbdf0d563e
No account linked to committer's email address
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      autoHeightWebView/index.js

+ 1
- 0
autoHeightWebView/index.js Visa fil

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