legalthings / angular-signature

HTML5 canvas based smooth signature drawing as angularJS directive (http://szimek.github.io/signature_pad/)
MIT License
105 stars 91 forks source link

Cannot draw in the canvas #56

Closed armandomusto closed 7 years ago

armandomusto commented 7 years ago

HI, I am using signaturePad with Angular 1.3.17, and I am not able to draw anything in the pad. I am debbuging signature.js and I think the mouseDown event is not working, even if mousup is working fine.

It seems something in signature.js is not working as expected

I am running it into a modal.

jasny commented 7 years ago

@armandomusto Please try the demo to see if it works on your system.

If it's something specific about your app, please recreate it in a jsfiddle isolating the issue.

jasny commented 7 years ago

No response from OP