I am using Yo Ionic for building my android app. I have two 3 div.row where I want to detect onTap and onRelease gestures on both the DIVs, irrespective of their timing. Currently, When I tap and hold on one div, the other div doesn't respond! Vice versa on the oposite side. ANy pointers?
Asked
Active
Viewed 725 times
1
-
having the same issue, see my duplicate question http://stackoverflow.com/questions/28903877/how-to-enable-ionic-multi-touch-events – richbai90 Mar 06 '15 at 17:34
-
1try using 'touchstart' and 'touchend' event instead of tap events that may works.. – Hari hara prasad Apr 25 '15 at 09:56