ios - Some links not showing properly in uiwebview -
i have links below: http://www.linkedin.com/groups?gid=4186012&mostpopular=&trk=tyah
for reason uiwebview not recognizing links properly. links without question marks work, question marks don't.
meaning, not show proper linkedin page.
what should do?
here's code:
nsstring *urladdress = @"http://www.linkedin.com/groups?gid=4186012&mostpopular=&trk=tyah"; //create url object. nsurl *urlstring = [nsurl urlwithstring:urladdress]; //url requst object nsurlrequest *requestobj = [nsurlrequest requestwithurl:urlstring]; //load request in uiwebview. [self.webview loadrequest:requestobj];
have tried this: "uiwebview won't load page."?
here link explains question marks in url are: query_string.
Comments
Post a Comment