EdiDoodle - a drawing app

This is heavily based on Josh Morony’s tutorial: https://www.joshmorony.com/creating-a-drawing-application-in-ionic/

With a few enhancements of course - a built-in color picker, an undo last-line function, ability to save/share images, the ability to take a picture with the camera or select from the photo library, choose the orientation, then draw on that picture. I built it primarily for my son who loves to draw. So now he can draw and directly email me his pictures.

iOS: https://itunes.apple.com/us/app/edidoodle/id1270094960
Android: https://play.google.com/store/apps/details?id=me.mattbeckett.edidoodle

2 Likes

Parenting like a pro :wink:

Congrats for the app!

2 Likes

Nice! Do you mind sharing your source code? I’m working on a PWA for internal use at my company. One of the desired features is marking up screenshots to share with team members. You’ve added a lot of functionality to Josh’s work that would help me greatly on my project. Cheers!

Thats very cool, simple but effective, can you share the project so we can learn, its one of the few time I have ever seen doodling on images ever covered in Ionic

Great. From what I see it was very good and really improved the code a lot.
But I’ve been having problems here, I do not know if it works this way, I already used this tutorial too and I got the same error. I can not make a “solid line” or draw a circle, I can only make a “set of straight lines”.

Do you know if the problem is in the cell phone I use? Sony Xperia - Android Kit Kat

I haven’t really done anything with it since the initial release, but I don’t expect anything has changed. It’s all html canvas and that hasn’t changed