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

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -