there is a code behind the electronic signature in pdf.worker.js
/ / Hide signatures because we cannot validate them.
if (data.fieldType = "Sig") {
this.setFlags(AnnotationFlag.HIDDEN);
}
after being commented out, the electronic signature can be displayed. At that time, I didn"t quite understand the point of view, so I wanted to hide this thing
now there is a compatibility problem. Android 4.4 and ios11.1 on hand do not display electronic seals and will report font errors. Android 6 and ios11.4 are easy to use. no, no, no. No solution has been found yet