-
Notifications
You must be signed in to change notification settings - Fork 788
touch sometime doesn't work on ipad #304
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
Comments
Can you try the build from the |
Hi, i tested unstable branch, and the problem is the same. I added more info from console.log (now the problem occurs also in the browser, not only on tablet. Occurs also when i drag and leave element more times):
EDIT: Above problem seems to not occur in 1.2.6 version |
The new errors should now be fixed. |
@loverdrive can you confirm if this is issue if fixed? |
i'll test in these days |
@taye, i tryed it and now in browser-desktop it works. |
Hi @taye, i've test dev version on ipad, and doesn't work... |
Can you check if you can reproduce the bug on a regular web page in Chrome or Safari? |
i tryed some minutes on Safari from ipad, and it seems work correctly. |
@taye Update: sometimes the problem occurs also in Safari (on ipad). |
Hi, @loverdrive can you confirm my behavior? |
@datom the problem occurs also when i try to drag horizzontally, where there is no scroll. |
Same problem here: *hint: if touched sligthly below (say 1 or 2 pixels), it does work. |
Occasionally on Chrome, the tap event doesn't work at all. However if open the developer console and emulate as mobile touch screen, it works. The problem doesn't go away even reloaded the page. |
Moreover, the tap event is fired twice on version 1.2.6. However there's no such problem on version 1.2.4. |
@loverdrive, @datom Could you make a small demo for this issue? @abelricaurte you're describing a different issue. See #58. @cheungkonghou This issue is about problems on iPad. If you can reproduce the problem that you're having on the latest |
I cannot reproduce the issue every time but it seems it's related to the detection of touch in Chrome (https://code.google.com/p/chromium/issues/detail?id=467934) and it happens on desktop only. |
@cheungkonghou try using the latest unstable build. If you're still having problems then open a new Github issue for that problem. |
@cheungkonghou this info could be helpful: |
@loverdrive Please try the unstable build again. I've made a change which might have solved this problem. If the problem persists, please make a demo that I can try when I get a chance with an iOS device. |
try |
Hello ! I am having the issue (currently testing in the Simulator on mac OS X, simulating an iPad 2). My drag events are not working in Safari. The only way to have them work so far has been "double tapping then drag". If I do just that it seems to work but it's pretty counter-intuitive. I have tried to use the unstable branch but there is an error about iterator3 or something. Also the SO answer did not work with the "down" handler did not work for me. Any news on this ? |
Hi, I'm having a similar issue. I'm using version 1.2.6. It happens on iPad-Safari more often. I register my "draggable" container for "onstart" but sometimes (and randomly) it stops firing the event. Unfortunately I can't find a bunch of steps to reproduce it consistently. interact('.myContainer').draggable({enabled: false}); it doesn't force interact to fire "onstart" event either. I appreciate any suggestions. Cheers. |
This issue should now be reseolved by 9417152. You'll have to use the unstable branch (which is much less buggy than the current stable branch) to benefit from this fix. Thanks to everyone who provided info and sorry for taking so long to finally fix this. |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm using interact.js into a webapp, and compile it with cordova, to run it on ipad.
On ipad, sometimes the draggable elements doesn't drag, doesn't move..while on desktop it seems to work all the time! I tryed to link ipad on mac to see console log, and also when draggable don't move, it gives no error in console log.
Have you any idea which could be the cause?
Thank you very much, and for this great library! :)
The text was updated successfully, but these errors were encountered: