philazzi44 / DnDCS

DnD Client-Server
3 stars 1 forks source link

Touch screen web client is dead #24

Closed philazzi44 closed 10 years ago

philazzi44 commented 10 years ago

Click/mousemove events aren't doing anything

see http://stackoverflow.com/questions/6316503/how-to-get-continuous-mousemove-event-when-using-android-mobile-browser

philazzi44 commented 10 years ago

Added the touch events, and it works in Chrome, but the tablet experience is broken because the window is still too wide, so touch dragging just scrolls the entire browser window instead of the canvas...

philazzi44 commented 10 years ago

Implemented. Long tap to start zoom, Long tap to cancel it, short tap to commit it. Short tap/drag to scroll around