Open ghost opened 11 years ago
I'm having the same issue. All the other events fire, but even commenting out the line of code you mentioned doesn't seem to work for me.
Is touchy-pinch supposed to work on iOS 7? I've tested on iPhone and iPad and neither fire the touchy-pinch event.
This is with JQuery 1.10.2 . Anyone get it to work?
Thanks, Don
does not work for me
Also, doesn't work for me, well... it works fine on Android 4.3, no response whatsoever on WP8 or ios5.1 (or higher)
really wanted to use this library :(
I think I was planning to drop the gestureChange code. There is no reason for it to be there. At one point, someone had told me that there was a performance boost from gestureChange (this was in the era of iOS 4, I think) but this turned out to be not true. If someone wants to send a pull request with the gestureChange code removed, I will accept. Otherwise, I'll get to it when I can.
Is removing gestureChange a fairly easy change to make if I wanted to just modify the library locally? I've glanced at the source a little bit, but I'm not quite clear on what gestureChange is or what functionality it is providing.
The probleme is line 373 in "if (data.preventDefault.move)". It should be "if (data.settings.preventDefault.move)". And I think line 367 "$target = $(e.target)" is useless since $target is already initialized.
Pull request? On May 7, 2014 9:31 AM, "Timak304" notifications@github.com wrote:
The probleme is line 373 in "if (data.preventDefault.move)". It should be "if (data.settings.preventDefault.move)". And I think line 367 "$target = $(e.target)" is useless since $target is already initialized.
— Reply to this email directly or view it on GitHubhttps://github.com/HotStudio/touchy/issues/14#issuecomment-42450121 .
Thank you for this great plugin however I see it is not maintained. I see it is still not working on Ipad, how is it possible to make the pinch work on Ipad? What happens is that the pinch actually pinches the screen, and minimzes the browser, instead of acting on the div element.
I love Touchy! Am having one simple problem with version 1.1: touchy-pinch never seems to fire working on an iPad with Safari (iOS 6.1).
I traced through the Touchy code, and found that the event trigger is disabled if hasGestureChange() is true, which is the case with Safari. If I comment out the "if (!hasGestureChange())" line in the pinch code, it seems to work fine, but I'm wondering what I'm missing.
I had the same problem with the Touchy sample test.html. All else seems to work fine, but pinching doesn't fire. I know I'm doing the gesture correctly, too! :)
Any help would be appreciated.