Dave Taylor
Dave Taylor
I'm getting this issue with 'twitter' do you know if this was an everyauth error, and was it fixed as your last comment was a year ago? thanks
ok, let me see if I have this right, you would like to have kinetic listen for horizontal gestures but allow vertical gestures to be passed through (or visa-versa)?
If that is the case, there isn't anything built in to be able to differentiate between the two gestures. That said, we already have velocity and velocityY, so theoretically inputMove...
@treckstar have you had a go at this? if you have updated the code please can you send a pull request
great cheers @madaboutnoggins can you branch it and send a pull request and i'll start a branch for us to tweak where you have got to.
I've done some tweaks to stop it jumping, please can you guys give it a test as well. it's on my touch-axis branch
Has anyone given this a test?
did you test it on the right branch?
what lines? I'm not sure you're testing the right thing...also there were cases when you do want to preventDefault etc
@skovhus next step on this is to add a setting for how far the mouse has to move before starting to drag... ie about 10 pixels then it's easier to...