If you’re building an iOS app and using a UIWebView control to load web pages or HTML, you may have encountered an issue where the app seems to crash randomly while loading the HTML. We found that the crashes were more frequent when loading external web pages within our apps. This was a difficult issue to debug as you don’t get much information out of the crash other than a BAD_ACCESS message.
It turns out that the issue is related to a bug in the iOS SDK (at least pre SDK 5.0). If you have enabled any of the following you may be subject to this bug which we suspect is a general parsing error:
- Phone Number Detection
- Links Detection
- Events Detection
- Addresses Detection
To correct this issue and save your sanity, disable all of these features as shown below:
Matthew Mombrea
Latest posts by Matthew Mombrea (see all)
- Hacked? Here’s How To Remove The Dreaded Google Malware Warning - March 21, 2013
- How to sort alphanumeric values with jQuery and C# - October 25, 2012
- Global AJAX error handling with jQuery - September 7, 2012
- How to create multiple 301 redirect urls in ASP.NET MVC - March 29, 2012
- Internet Explorer Aborting AJAX Requests : FIXED - March 19, 2012


Recent Comments
“I know this is an older blog, but it was still helpful for me! For my site I added a cache dependency to the CSV reader. I haven't measured how much…”
“KC, this may help you (and everyone else on here). It's an infographic featuring all of the sizes for posting content on a Facebook Page. What I fi…”
“Hi Frances, you are correct. You aren't able to change the name or image of the notes or photos tab, only the tabs of apps you install.…”