Hello,
Someone has build this digital signature?
Problems with iPad on production enviroment(Host).
I have found that this code not working with mobile devices (iPad) on the production enviroment.
In the development environment it works with pc and tablet.
In the production works only with the pc
with the tablet i receive a png file without name “.png” and zero bytes
code
$("#sc_b_ins_t").click(function(){
var lastname = $("#id_sc_field_lastname").val();
document.getElementById('signature').contentWindow.saveSignature(lastname);
});
this code was in the java section of “form_signature”
any support?