Android中的React Native WebVIew显示空白页面

时间:2017-09-15 11:02:35

标签: react-native webview react-native-android react-native-web

我尝试使用React Native的WebView从Android本地路径加载HTML页面,如下所示。

var WebViewAndroid = require('react-native-webview-android');

但我得到一个空白页

 <WebViewAndroid
      ref="webViewAndroidSample"
      javaScriptEnabled={true}
      geolocationEnabled={false}
      builtInZoomControls={false}
      url={webapp}
      style={styles.containerWebView}
       />

我的本​​地路径是/storage/emulated/0/Android/data/'myappid'/files/abcd/index.html

0 个答案:

没有答案