Free up memory in MobileSafari (iPhone/iPad) from cached images.
Posted
by 3n
on Stack Overflow
See other posts from Stack Overflow
or by 3n
Published on 2010-04-12T03:39:56Z
Indexed on
2010/04/12
3:43 UTC
Read the original article
Hit count: 649
The iPad stops loading large images after about 8 or 9 images for me, since the page runs into its allocated memory limits.
Since I'm showing these images one at a time, I'd like to remove the old ones from the browser cache so I don't hit the limit.
Any ideas on how to do this in javascript?
© Stack Overflow or respective owner