simontabor / jquery-toggles

jQuery plugin to make easy toggle buttons
http://simontabor.com/labs/toggles
MIT License
362 stars 67 forks source link

Add touch events for devices that support it. #24

Closed Bantam closed 10 years ago

Bantam commented 10 years ago

Love the toggles!

These additions make the drag option work in Mobile Safari and other browsers that support touch events.

simontabor commented 10 years ago

Thanks for this :)

ghost commented 10 years ago

Hi Simon, I just tried v3.0.0 on an Android 4.2 tablet running Chrome and I wasn't able to drag it with my finger, any idea? Thank you

simontabor commented 10 years ago

Hey Paul, unfortunately the touch support has been removed as it was causing interference with other events and still wasn't working for touch + drag in many cases (see https://github.com/simontabor/jquery-toggles/commit/0f01c98f84373497831ca29a107f409b4dd17f2f).

Hopefully I can get it fixed up soon, but for now only clicking is supported on touch devices

ghost commented 10 years ago

I understand, thanks Simon.