Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Scroll not working on Android Chrome #124

Open
code-badger opened this issue May 15, 2019 · 4 comments
Open

Infinite Scroll not working on Android Chrome #124

code-badger opened this issue May 15, 2019 · 4 comments

Comments

@code-badger
Copy link

code-badger commented May 15, 2019

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
Copy link

ildan95 commented May 23, 2019

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

@shubhambattoo
Copy link

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

@addeye
Copy link

addeye commented Oct 26, 2019

I have a same problem. not yet solved.

@fibe-creator
Copy link

Please any solution yet ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants