ios - RN中WebView无法加载网页
怪我咯
怪我咯 2017-04-18 09:40:40
0
2
715

在React Native中使用WebView加载网页,log了url,没有发现问题。`<WebView

                automaticallyAdjustContentInsets={true}
                source={{uri:this.state.detailUrl}}
                javaScriptEnabled={true}
                domStorageEnabled={true}
                decelerationRate='normal'
                startInLoadingState={true}
            />`
            
            


怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(2)
伊谢尔伦

Is there # in the url?

刘奇

No, I printed out the url
http://i.meituan.com/shopping...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template