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

Canvas does not work on mobile/touchscreen.

davidthaler opened this issue · comments

Need to distinguish between mouseevent/touchevent and preventDefault in the latter, I think. Right now, I get a page scroll, but no drawing on Android Chrome .

MobileCanvas addresses this.