<WebView
// automaticallyAdjustContentInsets={false}
startInLoadingState={true}
// domStorageEnabled={true}
// javaScriptEnabled={true}
// style={{width:'100%',height:'100%'}}
contentInset={{top:-110,bottom:-64}}
source={{uri:'https://my.xmf.com/user/home/self_info'}}/>
React native 加载webview 时使用source 用uri 使用url安卓不显示
网友评论