vue-infinite-scroll icon indicating copy to clipboard operation
vue-infinite-scroll copied to clipboard

Infinite Scroll not working on Android Chrome

Open code-badger opened this issue 6 years ago • 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 avatar May 15 '19 17:05 code-badger

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

ildan95 avatar May 23 '19 17:05 ildan95

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

shubhambattoo avatar Oct 18 '19 18:10 shubhambattoo

I have a same problem. not yet solved.

addeye avatar Oct 26 '19 13:10 addeye

Please any solution yet ?

fibe-creator avatar Dec 16 '20 01:12 fibe-creator