search

Home  >  Q&A  >  body text

ios - RN中WebView无法加载网页

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

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


怪我咯怪我咯2771 days ago662

reply all(2)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-18 09:42:40

    Is there # in the url?

    reply
    0
  • 怪我咯

    怪我咯2017-04-18 09:42:40

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

    reply
    0
  • Cancelreply