Преглед изворни кода

use UIWebView to load more fast

zhangchao пре 4 година
родитељ
комит
dbdf0d563e
No account linked to committer's email address
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      autoHeightWebView/index.js

+ 1
- 0
autoHeightWebView/index.js Прегледај датотеку

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