Closed eveninglily closed 9 years ago
Partially done by https://github.com/McIntireEvan/drawingapp/commit/72b0edc2e54e7a483bd41309512dd396c8a15a6f
Still needs more work, after I separate some more of the code we'll see how it goes
1) Improve mobile detection 2) Perform some optimizations for mobile (no layers, don't load jQuery plugins, etc.) 3) Add a simple toolbar to the top of the screen. Tools will be pencil, eraser, cursor (for resizing) and color picker (using the , maybe jquery.colorwheel once I add mobile support to it)
1 and 3 are done in https://github.com/McIntireEvan/drawingapp/commit/11811f831d4e7f132d0ba1c4b9be6495bf048c92
I'll probably do another commit soon with optimizations for both mobile and desktop
The site is unusable on mobile. Possibly add a scaled-down version of it for mobile. There are some jQuery events that might be able to be used, and with the newer changes to the code, this might not be too hard