RN中WebView无法加载网页
在React Native中使用WebView加载网页,log了url,没有发现问题。`<WebView
automaticallyAdjustContentInsets={true} source={{uri:this.state.detailUrl}}
javaScriptEnabled={true}
domStorageEnabled={true}
decelerationRate='normal'
startInLoadingState={true}
/>`
回答:
url里是不是有#?
回答:
没有啊,我把url打印出来了
http://i.meituan.com/shopping...
以上是 RN中WebView无法加载网页 的全部内容, 来源链接: utcz.com/p/184300.html