Reputation: 259
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
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
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