jSignature
jSignature copied to clipboard
jQuery plugin for adding web signature functionality
JSignature not working with touch Windows 10, Chrome, Firefox, Edge, works with Safari 2012 version
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...
This is working very well for me, except when I try to use the reset command. What I am doing, in fact, is resetting and then reloading from the database...
不是,我在有两个div。第一个div用于签名,并在这个div上签名获取base30图像 ``` $("#signature1").jSignature({color: "#000", width: '300', height: '600', "background-color": "#fff"}); const data = $("#signature1").jSignature('getData', 'base30') ``` 在第二个div显示,div定义如下 ``` $("#signature2").jSignature({color: "#000", width: '30', height: '60', "background-color": "#fff"}); $('#signature2').jSignature('setData', "data:"+ data.join(',')) ```...
Hello I have initialized the jSignature as: `var $sigdiv; $sigdiv.jSignature();` I haven't drawn anything on it yet. Now after some lines of codes, I want to check whether jSignature has...
Hi, I'm trying to upgrade from the old jSignature version (willow systems) to the brinley version. This is to benefit from the windows surface device handling and a supported project....
There is my test code: 1. var sigData = $(".g-canvas").jSignature('getData','default'); 2. $(".g-canvas").jSignature('clear'); 3. $(".g-canvas").jSignature('setData',sigData); 4. var arrayData = $('.g-canvas').jSignature('getData', 'native'); the 'arrayData' is empty,where did i go wrong?  
I am experiencing the following issue. 1. Retrieve jSignature base64 from database 2. Set data of jSignature field using 'setData' 3. Apply extra stroke manually 4. Resize window 5. Data...
hi: Problem description: WeChat visited H5 web page A, after the first load of page A, the signature function was normally used, no problem. When A page to jump to...
chrome devtools can use them
I was not able to convert base30 to native and then back from native to base30. I was able to compare c# test units and found the issue lies in...