2

I have an iPad app that has UIWebview and it loads an URL. Problem is it crashes randomly and doesnt provide much info. I am using ARC.

Any thoughts please?

Thanks

image 1enter image description here

image 2enter image description here

image 3enter image description here

Paragon
  • 982
  • 2
  • 10
  • 37
  • Its an enterprise app, its made on JQUERY. URL is not accessible outside of the network. – Paragon Aug 31 '13 at 19:44
  • Ok... what I am really after is the html source. I want to see if it is reproducible outside of your app, ie in a plain webview. – coneybeare Aug 31 '13 at 19:49
  • is it possible that html can cause the crash? Problem is it doesnt crash all the time. It crashes randomly. If you use the app for some time continuously you will see the crash. – Paragon Aug 31 '13 at 19:55
  • You have to make sure to set the UIWebView's delegate to nil whenever you remove an UIWebView from your view - that may cause random crashes otherwise. – TheEye Aug 31 '13 at 20:05
  • UIWebView is always there. i am not removing it and i have also set the delegate to nil but still having the problem. – Paragon Aug 31 '13 at 20:14
  • This issue got fixed, in CSS there was a reference of an image but image was not there. iOS code was fine. Thanks for help – Paragon Sep 15 '13 at 19:15
  • 1
    Glad you fixed your specific problem (seriously) but this isn't a happy ending: CSS code, no matter how bogus, should not wreck the UIWebView/browser and the application with it... This problem (as many other) seem to have been introduced in iOs > 7.0 (http://stackoverflow.com/questions/20196235/uiwebview-webcore-crashes-in-ios7-1-example-www-latimes-com), if someone has some more information on this regard I'd welcome to post them... – Rick77 Jan 25 '14 at 14:48
  • (PS: without taking nothing from what I said, finding some incorrectly referenced CSS images fixed my problem too, so +1) – Rick77 Jan 25 '14 at 17:45

0 Answers0