Sunday, 15 September 2013

ios programmed browser call takes too long to run -



ios programmed browser call takes too long to run -

calling safari browser in code:

nsurl *url = [nsurl urlwithstring:@"173.194.34.133"]; [[uiapplication sharedapplication] openurl:url];

when app runs takes anywhere between 3 , 4 seconds before browser displayed, not location either have run on local site see if quicker.

does have ideas how speed up?

cheers

add "http://" prefix string

nsurl *url = [nsurl urlwithstring:@"http://173.194.34.133"];

ios

No comments:

Post a Comment