I notice that my Phonegap application is having memory problems on iOS7 that were not running on iOS6.
- long iScroll lists with many images
- displaying images from a phone album (9 pp) will crash after viewing multiple
For # 1, this was never a problem for iOS6, regardless of device.
For # 2, I reuse the same DIV element to display the next image, so it seems that the previous image is not clearing.
The methods mentioned in this post no longer work in iOS7: iPad / iPhone browser crashes when loading images in Javascript
javascript mobile-safari ios7 cordova
Daniel Roizman Oct 03 '13 at 4:44 2013-10-03 04:44
source share