davidthaler / canvas

A series of short projects I did to learn how to use HTML canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile canvas needs a fixed toolbar

davidthaler opened this issue · comments

Mobile canvas needs a way of getting out of drawing mode at any time, so that we can pan and zoom. Right now, if you zoom in and then pan over the canvas, you can get stuck, because the canvas eats all of the touch events. There should be a 'draw' control and it should be on a fixed toolbar.