boardbite
boardbite

Reputation: 259

Is multi-touch/gestures supported on all smartphone browsers (Android and iOS)?

Background:

Question:

( Because, if not, the only other option will be to develop two native (and non-browser) apps separately for both platforms, correct? )

Upvotes: 3

Views: 1238

Answers (3)

SkylerHill-Sky
SkylerHill-Sky

Reputation: 2196

You could use corona and develop both apps at once. Corona is easier than developing in xcode. I don't use corona since it can limit you, but doing a web app wouldn't matter at all. The browsers 2-touch capabilities are mainly used for zooming, selection, and other edits to the page, so you won't be able to receive them, at least not well. You can have them use 1 finger, but two fingers are used for the browser functions.

Upvotes: 1

miho
miho

Reputation: 12085

iOS Safari Version 3.2, Android Browser 2.1, BlackBerry Browser 7.0 and newer support HTML5 touch events.

Source: http://caniuse.com/#feat=touch.

Upvotes: 5

Elemental
Elemental

Reputation: 7521

I found this article that seems to suggest that android beyond Gingerbread and iOS should be reliable in responding to multi-touch events.

Upvotes: 1

Related Questions