-
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
JSignature not working with touch Windows 10, Chrome, Firefox, Edge, works with Safari 2012 version #186
Comments
Is it the same on http://brinley.github.io/jSignature/? |
Thanks so much for the follow up. ??????? |
willowsystems was a fork of my jSignature and they contributed back to jSignature but i dont think they maintain that fork anymore |
Thanks so much for getting back to me.
So it is the “jSignature” Widget that is the difference, not the programming around the “jSignature” Widget correct?
|
Sorry, not sure what you mean by that. This is the repo for the original jSignature code. |
I replaced the current: jSignature.min.js with jSignature.js and renamed it to jSignature.min.js and left everything else the way it was. It now allows the touch screen signature to work. When I go to save the document is just spins a circle and never saves the document. I was hoping that replacing that file would allow it to work. I guess I am halfway there. I don't have enough programming ability to understand where that is going wrong. So I will most likely have to wait on the developer to resolve this. |
After a little poking around and thinking, I realized I grabbed the wrong file. I have now grabbed the jSignature.min.js file from the LIB folder. I can now draw with the mouse and I can save the document with the signature. I have to get my client to test the touch process but I am thinking it will be working. So again thank you a ton for getting back to me and the follow up. I will post back hopefully one more time when I have the touch test done. |
Ok, so that did not work: |
One is just a minified version of the other. Perhaps you have some other underlying issues Try https://github.com/brinley/jSignature/blob/master/libs/jSignature.min.noconflict.js |
Can you share the code for saving the signature? |
I am not sure what has changed: |
Ok, so I did a square one reset: So at this point it appear like this is working. Not sure what was up with it before when I was testing but X my fingers it is working. Thanks for keeping the jSignature up to date. Ian. |
Any chance that installing Opera and or Firefox would make any difference to the code working with Chrome? It is really strange, when I went to set up the second MS Surface Go, I tried to use Chrome, got to the Signature box and touch sign would not work. I then installed both Opera and Firefox to test and see if they worked. I then rebooted and tried Chrome and now Chrome works on the Second MS Surface. Opera and Firefox work too. Any ideas? |
Might be a cache issue? Otherwise share the implementation code and we can try to debug |
To be clear, after installing the Opera and Firefox we the touch signature process works. |
FYI, I too am experiencing this phenomenon whereby the minified file is breaking touch, but the original unminified does not. I think this should be investigated a bit further. Going to check into it more tomorrow. |
JSignature not working with touch Windows 10
Using Microsoft Surface Go with Windows 10 pro
Using Generic Tablet with Windows 10 home
A developer is using JSignature to capture signatures in a document.
Using a mouse on either device allows the user to drag a signature.
Using a finger touch does not work, you can tap the JSignature box and will get a dot, if you hold your finger for a second then drag you get a small line that stops a 1/4 inch later.
You can repeat tap or repeat 1 sec hold and drag to get more dots and short lines.
I have tried: Chrome, Firefox, MS Edge, Opera browsers and non are working .
I downloaded Safari 2012 version on to the Microsoft Surface and I am able to use finger touch to create the signature.
On the generic Tablet with Windows 10 home:
I went to the JSignature demo page: https://willowsystems.github.io/jSignature/#/demo/
Mouse works but Finger Touch dragging does not work.
Looking for some help in fixing or understanding how I may go about fixing issue.
Please and Thanks.
The text was updated successfully, but these errors were encountered: