Currently, images will not load on mobile devices as the user scrolls. This is because when scrolling with a touch screen, touch events are fired instead of scroll events.
In order to fix this, I added the "touchmove" event to the EVENTS list for both vanilla and Vue. This enables this package to load images when a touch scroll has taken place.
Currently, images will not load on mobile devices as the user scrolls. This is because when scrolling with a touch screen, touch events are fired instead of scroll events.
In order to fix this, I added the
"touchmove"
event to theEVENTS
list for both vanilla and Vue. This enables this package to load images when a touch scroll has taken place.