I've realized why this is happening. It's not about being on a mobile device. It's related to the lazy loading of image resources.
It doesn't seem to know how far down to scroll since the images haven't been loaded yet at that point. When it moves down, then the images load, pushing the content farther down than it was told to scroll.
I've realized why this is happening. It's not about being on a mobile device. It's related to the lazy loading of image resources.
It doesn't seem to know how far down to scroll since the images haven't been loaded yet at that point. When it moves down, then the images load, pushing the content farther down than it was told to scroll.