Hi everybody
I have an app without multitouch, and it works perfectly on the simulator as well as on iOS devices, but I have some problems with the touch events on Android devices. The problem is the following:
- You put a finger on the screen and hold it there
- While the first finger is still on the screen, you put another finger on it.
The second finger will not make any events to be fired, which makes sense, since I’m not using multitouch, but I also loose the original touch, without any ‘ended’ or ‘cancelled’ event is fired.
Am I forced to write my own event-manager to handle such situations?
Thanks for your help.
/Magnus [import]uid: 107812 topic_id: 30792 reply_id: 330792[/import]