Hi Guys;
I`m using jquery.ui.touch-punch.js, an excellent script to add touch events for ipad and android devices.
http://code.google.com/p/jquery-ui-for-ipad-and-iphone/I´m developing an app in wich the items from a list are removed by drag & drop into a div (trash).
This works fine if it is not a the nested list, with parents and childs both sortable.
When I try to drop or sort a child item to the trash, the parent is the item that picks the touch event.
It works fine in desktop Browsers ...
Do you have any ideas?. Thanks !!