Questions tagged [signaturepad]

164 questions
0
votes
1 answer

'IonicSignaturePadModule' does not appear to be an NgModule class

npm install ionicsignaturepad add IonicSignaturePadModule to app module How to solve "'IonicSignaturePadModule' does not appear to be an NgModule class" error.
0
votes
0 answers

Converting signature pad signature from json to image in server

.NET 6 MVC application uses Signature Pad from https://github.com/szimek/signature_pad to create signatures. Signature json strings from it are stored in PostgreSql database as strings…
Andrus
  • 26,339
  • 60
  • 204
  • 378
0
votes
1 answer

SignaturePad issue in Customrenderer both Android and IOS

I have a signature pad designed in my XAML with the help of custom renderers. I am getting the user's signature and saving the signature as an image successfully. However, even when the user has not signed on the signature, and when I am clicking…
Dev Xam
  • 53
  • 7
0
votes
0 answers

Saving Image from Signature Pad to Database

I am running this ASP.NET MVC / C# code on .NET 4.6. I am making use of Signature Pad in order to allow clients to sign on the web app. I would like to save the signature image as base 64. However, I keep on running into the following error The…
Nickson
  • 135
  • 12
0
votes
1 answer

VueJs calling :key in method

im new to Vue and trying myself in Vue3 and Vuetify. Similar to this Post im trying to :key or ref a vue-signature-pad in a for loop. I initialize an empty Array and push a new element, which adds a new signature.