Tuesday, January 03, 2012

HOWTO: Native iPhone/iPad apps in JavaScript

HOWTO: Native iPhone/iPad apps in JavaScript: "The touch handlers you can attach to are:

ontouchstart - a finger goes down.
ontouchmove - a finger moves.
ontouchend - a finger goes up.
The gesture handlers you can attach to are:

ongesturestart - a scale or a rotation starts.
ongesturechange - a scale or a rotation.
ongestureend - a scale or a rotation ends."

'via Blog this'