-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
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
Not working on chrome version 75 on android #169
Comments
I am having the same issue. Has anyone found a solution? I am thinking that it might be an issue with the touchstart events. Chrome made changes to canvas element that is used for the signature container. To see more about changes, please visit: https://developers.google.com/web/updates/2019/06/nic75 |
Yeah I'm having the same issue too. I have found it works the first time the page is loaded but if it is refreshed or re-visited it doesn't work. Would love to hear if anyone has found a solution. |
i found a solution for me. On the canvas css style:
On the div parent of the canvas css:
|
Hmmm, I couldn't get that working for me, didn't seem to make any difference. Thanks for sharing though :) |
Hey, thanks for sharing your solution! It helped me! @igortxo14 |
Unfortunately, this fix is not a permanent solution as I have discovered. After several tests, the solution started to fail. The issue is due to chrome's update, you can follow more information here: |
Can anyone test the way mentioned at #135 ? |
jsignature is working perfect on android mobile chrome v74 or lower, and firefox.
Can't sign on android mobile chrome v75
The text was updated successfully, but these errors were encountered: