Hi, I've been trying to make a web page play animations by changing the src of image tags. It works, but there is a whole gallery of these on the site. I keep the images for a single animation in an array. When the user switches to a new animation, I delete the elements of the array before loading the new images.
Yet after a certain number of frames total have been loaded, it stops on iPad and iPhone. I think it is hitting this 5 or 6Mb limit, as discussed here: http://stackoverflow.com/questions/2908459/mobile-safari-5mb-html5-application-cache-limit If there is a limit on memory, that's fine, but then you've gotta be able to release memory! Is that not the case? I am a novice at web programming, so it could easily be a mistake I'm making, but that post and other similar ones I've found make me think it may not be possible. Anyone know? Here's the URL I'm testing: http://www.inchwormanimation.com/GalleryTest.html Thanks! Bob S. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
