Page 1 of 1

Swipe groups

Posted: Fri Mar 11, 2016 8:34 am
by Armenhui
Hi all.

I have 3 groups which are in one group and I want to swipe this groups left and right.
I do it with mouseup, mousedown, commend it works on desktop, but on IOS devices it works not well, and I think the mouseup commend somtimes can not recognize which group was clikced.

Any ideas ?

Re: Swipe groups

Posted: Fri Mar 11, 2016 5:11 pm
by ctflatt
Have you tried touchStart, touchEnd, etc on the subgroups in question?

Re: Swipe groups

Posted: Sat Mar 12, 2016 5:45 pm
by quailcreek
I have run into this same situation with mouseUp, mouseDown and mouseMove handlers when swiping from one cd to another and also having the same handlers in the script of a datagrid. I would also suggest using touchStart, touchEnd and touchMove instead of mouseUp, mouseDown and mouseMove. Since then I only use touchStart, touchEnd and touchMove in my iOS apps. touchStart theID, touchEnd theID and touchMove theID, pX, pY