Hi, I'm trying to integrate this :https://github.com/williammalone/Simple-HTML5-Drawing-App into my odoo form view.
I can show the drawing tools on my form view (including JS and adding a <div> into my form view) but I can't use any click event related action.
It simply doesn't recognize my clicks.
Have I to edit the example javascript ?
If I try it without Odoo it works fine. My goal is to let user draw something and then save in a field of my model as a base64 image (and then print it in a report)
Thanks
Davide