How do you use the Android API to zoom in and out maps with the 2 finger gestures like iPhone?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android doesn’t currently officially support multitouch. There’s been some work by various people (Your google for ‘android multitouch’ is as good as mine), but nothing in the official android distro or APIs yet.
A relevant blog post just showed up in my feedreader with more particulars.
UPDATED: As of Android API Level 5 (aka Android 2.0), Android does have a multi-touch API. Support for it is, of course, browser-specific.