ソースを参照

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}