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

Enable vertical Page-Scrolling #197

Open
plain-solutions-gmbh opened this issue Jul 27, 2015 · 4 comments
Open

Enable vertical Page-Scrolling #197

plain-solutions-gmbh opened this issue Jul 27, 2015 · 4 comments

Comments

@plain-solutions-gmbh
Copy link

I wish it would be possible to Scrolling the Page by touchscrolling vertical.

@kirillovdm
Copy link

me too

@AlexeyKosov
Copy link

Any workaround for that?

@quaywin
Copy link

quaywin commented Mar 22, 2017

I found solution on this #78
By the way, you should edit kinetic plugin file by commenting e.preventDefault(); line.

touchMove: function (e){
       var touch;
       if (self.mouseDown){
         touch = e.originalEvent.touches[0];
         self._inputmove(touch.clientX, touch.clientY);
         if (e.preventDefault){
           // e.preventDefault();
         }
       }
     }

@kirillovdm
Copy link

kirillovdm commented Mar 22, 2017 via email

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

4 participants