I'm having a performance problem with a long page with 300 small images (100x100 pixels each) shown through a StageWebView object.
In Android 3.0 that page is shown very fast, almost instantly. Even if I scroll down very fast to the bottom, the last of the images can be seen with no wait at all (those images load from a Intranet (LAN) page, so it should load fast anyway).
But the same app in iOS takes almost a minute to load all images in that page. This is a problem because it's a scrolling list which can be jumped alphabetically, so if someone jumps to letter Z before all images have loaded, then he/she will see empty items until a lot of time later (seconds might not sound like much, but they're essential for user experience, and this long a wait might make the user think the app is broken).
So, is there any way to improve image loading performance of the StageWebView object in iOS? (for iPad 2)