Hi all,
can anyone help me solve this problem:
https://developer.coronalabs.com/code/easy-finger-drawing-undo-functionality
I used this for drawing in my app, but I had to integrate it in scrollView because my app needs to use scrollview for drawing. Now there is problem when I try to use undo or erase buttons. It won’t undo nor erase when I add drawn lines to scrollView. How do I solve this?
Thanks in advance