eveninglily / drawingapp

Drawing Webapp. This code is an older version of the software at amidraw.com
GNU General Public License v2.0
0 stars 0 forks source link

Mobile Support #30

Closed eveninglily closed 9 years ago

eveninglily commented 9 years ago

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

eveninglily commented 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

eveninglily commented 9 years ago

Basic plan

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)

eveninglily commented 9 years ago

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

eveninglily commented 9 years ago

https://github.com/McIntireEvan/drawingapp/commit/17b0537e7b03c1f8bf30f12487f9d9d9449c6c4a