endergen
24 Oct 2010, 9:01 PM
Has anyone found a solution to this bug:
http://stackoverflow.com/questions/3695128/webkit-iphone-ipad-issue-with-mutl-touch
I'm trying to get a Web App to support multiple buttons being pressed at the same time via touchstart,touchmove, and touchend events.
The issue like it's describe in the stackoverflow bug is that when a touchend event happens the evt.touches list is empty even though all the other fingers are down besides the finger that just got released. The stackoverflow forum never came up with a solution.
Anyone else?
http://stackoverflow.com/questions/3695128/webkit-iphone-ipad-issue-with-mutl-touch
I'm trying to get a Web App to support multiple buttons being pressed at the same time via touchstart,touchmove, and touchend events.
The issue like it's describe in the stackoverflow bug is that when a touchend event happens the evt.touches list is empty even though all the other fingers are down besides the finger that just got released. The stackoverflow forum never came up with a solution.
Anyone else?