Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Narendar Singh

macrumors member
Original poster
Jun 22, 2012
76
0
INDIA
I am using UIWebView in my application. I am loading a html which as <a href> tag with some url.

Hyperlink has & character
for eg http://www.abc.com/myfile?param1=aa&param2=bb

In the delegate method shouldStartLoadingWithRequest:(NSURLRequest *)request.... by using [[request URL] absoluteString] I am getting a url without & charater, I mean I was expecting

http://www.abc.com/myfile?param1=aa&param2=bb
But I am getting
http://www.abc.com/myfile?param1=aaparam2=bb

What can be problem?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.