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

Scrollbar in mobile #817

Open
beng970804 opened this issue Jan 31, 2020 · 1 comment
Open

Scrollbar in mobile #817

beng970804 opened this issue Jan 31, 2020 · 1 comment

Comments

@beng970804
Copy link

So i apply this in one of the div, it works great in web view.

But when in mobile devices, scrolling inside the div also trigger the scroll on my body. May I know any fix for this?

@Michael-Herzog
Copy link

How about this:

myScrollableContent.on('touchmove', function (e) { e.preventDefault(); });

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

2 participants