There's a rather impressive set of JavaScript/html5 demos which are really cool when you interact with them on a Mac/PC using a mouse. They are at www.chromeExperiments.com . However they are a big fail when run on an iPad. There doesn't seem to be a way of generating a drag event for these demos (or a mouse hover event for that matter). The only event they react to properly is a finger tap, which is translated into a button down event.
Is this an HTML5 issue? And if so, how on earth is it going to be solved?
It would appear that they suffer from the same assumptions as Flash, with respect to the input device being a mouse.
I was rather looking forward to seeing these demos work on an iPad, but no such luck.
Is this an HTML5 issue? And if so, how on earth is it going to be solved?
It would appear that they suffer from the same assumptions as Flash, with respect to the input device being a mouse.
I was rather looking forward to seeing these demos work on an iPad, but no such luck.