ElemeFE/vue-infinite-scroll

Infinite Scroll not working on Android Chrome

code-badger opened this issue · 4 comments

Infinite scroll feature is not working on Android device Chrome browser when scrolling the page to the bottom. It seems to be that <div v-infinite-scroll="loadMore"> is not triggering the loadMore() function at all.

@code-badger, Just add to you main css file this:
-webkit-user-drag: none;

Tried adding -webkit-user-drag : none; in the main css file but no luck still not working on Android Chrome browser.

I have a same problem. not yet solved.

Please any solution yet ?