Open uklimaschewski opened 7 years ago
by using
jQuery("#signatureCanvas").jSignature({ "hideCanvasLine" : true });
You can have a signature canvas without the signature line. I needed to hide the line, because on an Android device, the signature was required to be entered 180 degrees flipped. The signature line would then appear at the "top".
by using
You can have a signature canvas without the signature line. I needed to hide the line, because on an Android device, the signature was required to be entered 180 degrees flipped. The signature line would then appear at the "top".