I am having a huge problem on iOS 6.
I need to display a webpage when the app starts. I use the loadHTMLString for this. On everything before iOS 6 everything works as expected, but on iOS 6, it seems to take approx. 2 minutes to load anything that is not a text. All images and so forth take each 2 minutes to load, which makes my page load in just about 8 minutes. This works real fast on iOS 5.1 and below.
Here is an issue that I found on the site that explains my issue, but doesn't have an answer : https://devforums.apple.com/message/724010
I really need an answer on this.
When I make an empty app that does just this, everything works, if I put this inside an app that does some network before it starts, the issue pops up. so this is very difficult to isolate, but as far as I can get with UIWebView, I would think the issue is related to baseURL, but that is just a feeling.