Closed csperle closed 8 years ago
It depends on how you are caling it... it would look to me like the its unable to find the reference to the jSignature instance.
Hi
we solved this problem in the meanwhile with a workaround: When we wanted to delete the signature, we called:
this.jSignature("setData", JSON.parse(""), "native");
this call did raise the exception on Android devices (but worked everywhere else). After we changed it to:
this.jSignature("setData", JSON.parse("[]"), "native");
The problem disapeared. Issue can be closed.
Regards Christoph
Hi
we use jSignature on iOS and on Android. But while everything works on iOS, the same code produces the following exception (from time to time) on Android:
Any help is welcome.
Regards Christoph