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

Scrolling on Android Devices #14

Open
mariomurrent-softwaresolutions opened this issue Oct 10, 2016 · 1 comment
Open

Scrolling on Android Devices #14

mariomurrent-softwaresolutions opened this issue Oct 10, 2016 · 1 comment

Comments

@mariomurrent-softwaresolutions

Scrolling on Android devices does not work quite well. It scrolls to fast compared to an iOS device or desktop pc/laptop

@yu63957
Copy link

yu63957 commented Sep 18, 2020

You just have to replace the line 59 by:

if( navigator.userAgent.match(/Android/i) ) {
          mult = 1
      }

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