I\'m having a random UIWebView crash using iOS8.1 and UIWebView, using an iPhone5. In my tests the crash doesn\'t
I'm experiencing the same issue on iOS 8 and more specifically an iPad 3 fails much more often than others.
Based on your post and a couple of others that I was able to find, it seems that it's an issue with UIWebView on iOS8 only, as it works on iOS7.
What I've done is to use the new WKWebView on iOS8, which doesn't present the same issue, while continuing to use UIWebView on iOS7.
The best thing to do would be to file a radar with Apple and switch to WKWebView in the meantime.