1

我在 react-native 中设置了一个 WebView,我在其中读取了一个index.html文件。该文件在 iOS 中显示,但在 Android 中不显示。我需要一个在 Android 中也能读取的通信链接。

我努力了

javascriptenabled={真}

它不起作用。

react-native-webview 版本:5.0.1

 <WebView

 source={{ uri: 'file://' + '../../ICFPackage/index.html' }}
 originWhitelist={["*"]}
 domStorageEnabled={true}
 startInLoadingState={true}
 javaScriptEnabled={true}
 allowFileAccess={true} />
4

0 回答 0