We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I can't regenerate signature without this option : displayOnly:true
A workaround is to set regenerate in a setTimeout function, but it's only work on Google Chrome, not in FF nor IE.
The text was updated successfully, but these errors were encountered:
Yeah, in order to fix a bunch of IE issues there is a 50 millisecond timeout when the script starts up to clear the canvas.
If you set you timeout for 60 milliseconds or more it should work as expected.
Let me know if you are still running into issues.
Sorry, something went wrong.
With a big setTimeOut, it works.
It would be nice to add an option for not clearing the canvas at start
$('.sigPad').signaturePad({drawOnly:true}).regenerate(sig);
Test case : http://dl.dropbox.com/u/326648/test_case_signaturePad.html
I just posted an update today where I switched to FlashCanvas instead of Explorer Canvas.
By switching, I no longer have to clear the canvas initially, therefore fixing your bug.
No branches or pull requests
Hi,
I can't regenerate signature without this option :
displayOnly:true
A workaround is to set regenerate in a setTimeout function, but it's only work on Google Chrome, not in FF nor IE.
The text was updated successfully, but these errors were encountered: