I have come across a strange problem. I am showing an image within my android application. And I want to enable multi-touch gesture but it is not working. I have found that in samsung galaxy it works but not on other devices. Do you have any ideas guys how can I make the thing work for all devices.

Thanks so much

link|improve this question

67% accept rate
feedback

1 Answer

Multitouch inside the android browser is only working for version from android 3.x

But you need to cancel a touch move to get another one. Take a look here:

http://www.html5rocks.com/en/mobile/touch.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.