brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
694 stars 529 forks source link

On Mobile, it's possible to draw outside the canvas. #148

Closed kezlee closed 5 years ago

kezlee commented 6 years ago

It is only happen on mobile. when I sign it outside of the canvas and set a preview button. those stroke outside of the canvas is recorded in the preview as well. Only for the bottom height. Please provide a solution for this?

brinley commented 6 years ago

Can you confirm if the width of jSignature is larger than the viewable canvas? If so, does setting a width or overflow hidden solve the issue?