Is there a way to detect whether multitouch is available (or not) during runtime?
My app has a zoomable map. Currently, I set up the app to use the pinch zoom code when the app runs on iOS, and a zoom slider if iOS is not detected (When it runs on Corona simulator or on Android).
When pinch zoom is available through multitouch, I hide the zoom slider, since its not required.
Since I’d like Android users to enjoy pinch zoom as well, but not all Android devices support multitouch, how do you test to see if multitouch is available on the device? [import]uid: 33608 topic_id: 17221 reply_id: 317221[/import]