iOS: WebView Loading a url

后端 未结 2 897
既然无缘
既然无缘 2021-02-19 14:05

I am trying to open the following url in UIWebView but it fails to load whereas changing it to:

 http://www.google.com

works fine

2条回答
  •  無奈伤痛
    2021-02-19 14:46

    I would try encoding all of the key/value items in your url. Specifically the curly braces ({}) and the hash (#) symbols may be causing a problem.

提交回复
热议问题