-
Notifications
You must be signed in to change notification settings - Fork 67
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
Touch pan and zoom for non-apple #132
base: master
Are you sure you want to change the base?
Conversation
@@ -811,34 +811,43 @@ JqueryClass('pedalboard', { | |||
|
|||
// Moves the viewable area of the pedalboard | |||
drag: function (start) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can also handle gesturestart
and gesturechage
here and remove initGestures, but I don't have apple device to test this
There are some changes here that make use of new JS features, creating a mismatch of code style. |
This is based on #83 . @SteveALee said he's out of reach now, so I created new PR directly from my fork. If this is accepted, #83 can be closed.