I have developed an app that is having some issues with loading webviews. The code I am using to load is a simple NSURLRequest requestURLWithString in the viewDidLoad method. The websites will run fine just about every where, but on one or two networks, they freeze up and refuse to load.
The weird thing is this: the same URLs in the code will run in Safari fine on these networks, but not in the app.
Does anyone have any thoughts about something in the settings of the Wifi network that would allow a URL to load in Safari, but not in a webView of an app?
The weird thing is this: the same URLs in the code will run in Safari fine on these networks, but not in the app.
Does anyone have any thoughts about something in the settings of the Wifi network that would allow a URL to load in Safari, but not in a webView of an app?