I have a HTML element to which I have attached a webkitTransitionEnd event.
function transEnd(event) {
alert( \"Finished transition!\" );
}
var node =
If you are using webkit I assume you are mobilizing a web-application for cross platform access.
If so have you considered abstracting the cross platform access at the web-app presentation layer ?
Webkit does not provide native look-and-feel on mobile devices but this is where a new technology can help.