Closed Masayuki-Suzuki closed 5 years ago
2.4.4
Nuxt v2.8.1
Access https://peachscript.github.io/vue-infinite-loading/guide/top-dir-scroll.html on iPad that's easy to understand.
It should work like desktop browser.
Top direction scroll loads the whole data. So if data has 5 pages, it loads 5 times whether scroll is on the top.
This issue caused by "display: flex" and "flex-direction: column-reverse" css properties. Fixed.
Version
2.4.4
Vue.js version
Nuxt v2.8.1
Steps to reproduce
Access https://peachscript.github.io/vue-infinite-loading/guide/top-dir-scroll.html on iPad that's easy to understand.
What is Expected?
It should work like desktop browser.
What is actually happening?
Top direction scroll loads the whole data. So if data has 5 pages, it loads 5 times whether scroll is on the top.