web applications - Programming a mobile Web App with Advanced Touch Controls -


the situation:

i have mobile, html5 application. application works great in browser isn't mobile. game 'boggle-like', clicking tile, , dragging mouse across other tiles make string of tiles. involves capturing mousedown event, recording , changing tiles drag over, , stopping on mouseup event.

the problem in it's native form, doesn't work on ios devices or blackberry playbook. have ability, within ios arena, disable screen movement, have yet figure out how can record l-shaped touches , 'tag' every tile touched in single motion.

is there framework, jquery plugin or along lines work? ideally, work on both ios, playbook , android browsers 'finished product'.

thanks in advance!

http://www.evanbyrne.com/article/super-gestures-jquery-plugin should work


Comments