luis-almeida / unveil

A very lightweight jQuery plugin to lazy load images
4.16k stars 676 forks source link

content reloading issue with iPhone6 and iPhone6 Plus #142

Open ghost opened 7 years ago

ghost commented 7 years ago

Viewing the following site on Desktop, Android or iPad is fine because the devices have high RAM. However, on iPhone6 and iPhone6 Plus, it is very flashing, and the content is consistently reloading when scrolling up and down. If I do away with lazy-loading, the issue is gone.

https://www.irvinecompanyapartments.com/locations/orange-county/irvine/spectrum/the-park.html

Possibly relates to CPU issue. https://github.com/luis-almeida/unveil/issues/122

It seems like in the JS library, there is a watcher script/method observing whether the user scrolls and comes close to the range for the images to unveil. Any thought or inputs?