I am experiencing a weird bug trying to display images in a UIWebView using an iPad4 and iPad3. The Background images behind the gray circle is rendered by the native part of the app, so please ignore that those images are rendered correctly. Most of the time the gray circle is rendered correctly like this . Sometimes though it looks like this
.
I tested it several times on an iPad2, 3 and 4. The error only occurs on the retina iPads (3 and 4). They both use a retina image which is bigger than the image used on the iPad2 (1.2MB to 400KB). As this error does not occur with the any other smaller images in the app, I assume that I am reaching some kind of size limit for rendering. I am confused however that the error only happens is in 1 of 4 tries.
I tried the hardware acceleration trick of this thread with no luck. I also read this thread about images having too many pixels but that does not seem to be the case as my retina image just has round about 1MP. Has anyone experienced a similar behavior or even a solution? Thx a lot in advance.