Closed asoet closed 8 years ago
I don't see why it won't work within a modal. If the signature is initialising without any errors then it should work. If you try to sign and nothing appears then something is throwing off the calculations of x and y.
The stackoverflow post above seems to have a valid solution
$('#myModal').on('show.bs.modal', function (e) {
$("#signature").jSignature();
$("#signature").resize();
});
Jsignature doesn't work in the bootstrap 3 modal view. Is this true?
$("#AddSignatureModal").on('show.bs.modal', function () { $("#signature").jSignature();