objective c - UIWebView crashing -
i have problem using uiwebviews in objective-c app we're developing. crashes retina ipad. both ipad 1 , 2 behave fine.
the web view loaded local html/css/js , dynamic content contains pricing information needs mirror of website pre-downloaded device.
the page contains lots of images think memory related. i've tried reducing payload on page stops crashes. stupidity of apple choose quadruple resolution whilst doubling memory root cause of why works fine on non-retina devices, how can manage memory within page prevent ios destroying entire app?
does ios automatically store imagery 2048x1536x32bpp bitmap (theoretically 12mb per image?) irrespective of file format? i've tried converting jpg / png no effect on crashes. reducing volume of images present on page stops crashes. it's first foray ios development, please gentle!
ios won't change resolution of original images page loads, of course de-serialize them .png/.jpg bitmap in memory display, should start trying reduce resolution of .png/.jpg images page loads.
Comments
Post a Comment