ElemeFE / vue-infinite-scroll

An infinite scroll directive for vue.js.
2.86k stars 417 forks source link

Infinite Scroll not working on Android Chrome #124

Open code-badger opened 5 years ago

code-badger commented 5 years ago

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.

ildan95 commented 5 years ago

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

shubhambattoo commented 4 years ago

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

addeye commented 4 years ago

I have a same problem. not yet solved.

fibe-creator commented 3 years ago

Please any solution yet ?