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.
…

Argon
- 19
- 3
0
votes
0 answers
TypeError: signature_pad_1.default is not a constructor
Whenever I run my tests they throw me an error that SignaturePad (a npm library) apparently does not have a constructor...
● SignaturePadComponent › should create
TypeError: signature_pad_1.default is not a constructor
31 | …

Kaimura
- 43
- 7
0
votes
0 answers
Signature Pad in Laravel Livewire Uncaught ReferenceError
i have a problem,
i make livewire components for signature pad, the reference I use is from here : signature livewire
I have followed based on the existing documentation, but when I want to reuse it for modal data an error appears. error in…

Irvan Sindy
- 1
- 1
0
votes
0 answers
Error: Module not found: Error: Can't resolve 'signature_pad' when it's been working for the past 3 weeks
I'm getting this error now after deleting node_modules and doing a fresh npm install
$ ng build
Your global Angular CLI version (14.1.0-next.0) is greater than your local version (13.3.7). The local Angular CLI version is used.
To disable this…

Peter The Angular Dude
- 1,112
- 5
- 26
- 53
0
votes
0 answers
Signature Pad Using C# Code Behind Will Not Allow Signature Insertion
@szimek I am trying to implement your Signature Pad in a C# Web Forms application. The signature pad displays and the Clear button is clickable, but the canvas won't open up to allow entry of the signature. I have had to change signature-pad ID to…

Stephen Link
- 33
- 8
0
votes
1 answer
Module not found: Error: Can't resolve '@ng-plus/signature-pad'
I am working on an angular6 project tried to add a signature pad but after installing the package npm install @ng-plus/signature-pad --save the error message is showing
ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve…

imjayabal
- 805
- 1
- 12
- 24
0
votes
1 answer
SignaturePad: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class
I'm currenly working on an angular workspace that has already been made some time ago, but that hasn't been modified or updated since years. Now that I have to work on it, there is one project which I'm not able to build, giving me the title error…

Lorenzo Bertolaccini
- 43
- 1
- 8
0
votes
2 answers
ERROR TypeError: this.signaturePad.set is not a function
I am developing an angular6 project with ngx-signaturepad. I followed the documentation https://www.npmjs.com/package/ngx-signaturepad but I am getting the error
'ERROR TypeError: this.signaturePad.set is not a function
'
and not showing the sign…

imjayabal
- 805
- 1
- 12
- 24
0
votes
1 answer
Signature thickness of vue signature pad
I am using https://github.com/szimek/signature_pad this package for drawing signatures in my vuejs project. But can't find any way to reduce the thickness of the signature. Is there any way?
0
votes
1 answer
Angular9 Signature Pad issue: Signature drawn offset from pen touch
I implemented a signature pad using https://github.com/ramsatt/Angular9SignaturePad/tree/master/src/app/_componets/signature-pad and it works fine on smaller devices but on iPad or bigger devices like 7" upwards, it doesn't work properly.
When…

James D
- 125
- 4
- 14
0
votes
1 answer
Zahid-Ali-Shah SignatureView Not Working anymore?
I have been using zahid-ali-shah/SignatureView's SignatureView for a few years now and today implementing it on a new project I am unable to draw the signature and have tested it on both emulator and physical device.
This has been convenient in…

Keeano
- 309
- 8
- 33