brinley / jSignature

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

Android keyboard causes signature image distortion #172

Closed xiaobu1994 closed 4 years ago

xiaobu1994 commented 4 years ago

Android keyboard causes signature image distortion。If the keyboard wakes up, it will be distorted, and if it is closed, it will be restored to the normal position.

brinley commented 4 years ago

This might be caused by some responsive heights in your css. Try setting a min height or fixed height on the signature element

xiaobu1994 commented 4 years ago

OK thanks