ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

.bind('touchstart',handler) doesn't work on tablet #198

Closed MartinWeise closed 11 years ago

MartinWeise commented 11 years ago

First of all, thanks for providing this awesome extension!

I tried to add a Class to a clicked grid element by simply click on it, for a touch device. I Tested it on a Talet, but nothing happenend, it seems like the elements are just able to dragg around.

Is there any way to fix this?