Questions tagged [signaturepad]

164 questions
0
votes
2 answers

Xamarin Forms Signature Pad

Can someone please guide me on how to use a signature pad on xamarin FORMS. I have tried resources available online, but the dont work in my project.
anslem arnolda
  • 261
  • 1
  • 7
  • 19
0
votes
1 answer

How to stop scrolling of page when user use the signature pad in xamarin.forms?

I am using xamarin.forms to develop the Android app. I need to use Signature Pad in my app. I have used the signature pad successfully. But the screen in which signature pad is placed has lot of controls. So screens scrolls vertically. My problem…
anand
  • 1,399
  • 5
  • 23
  • 55
0
votes
2 answers

Xamarin Forms SignaturePad updated

I have tricky question about SignaturePad updated to Xamarin Forms 2.0, link to GitHub: https://github.com/mrbelk/acr-xamarin-forms I did manage to download repo and build it, however I have no idea how to produce proper DLLs that I could use in my…
gggttt
  • 93
  • 1
  • 8
0
votes
1 answer

Angular JS - TypeError: Cannot call method 'getContext' of null

I am new to hybrid applications and developing an application using Ionic framework in which I would like to implement a multiple signature pad inside ng-repeat. The canvas is displayed with the defined css specifications.But,the drawing the…
Rakesh L
  • 1,136
  • 4
  • 18
  • 44
0
votes
1 answer

HTML5 with local peripherals

We're investigating porting a fat-client .NET application to be an HTML5-based webapp, but a hangup is that we interface with a variety of usb/serial/shared devices (receipt printers, report printers, specialty archive printers, sigpads, scanners,…
Alex Ray
  • 71
  • 1
  • 5
0
votes
2 answers

Strange behaviour with Unexpected token ILLEGAL Error

I'm facing very strange behaviour in Chrome & Mozilla from jQuery. I'm getting very generic Unexpected token ILLEGAL error on my document.ready function. While playing with a signaturepad sample, I tried it with my own page. It is not working in…
Indra Bisen
  • 31
  • 1
  • 5
-1
votes
1 answer

How to add Image background in signaturepad Laravel

I want to make signature pad with fix background Image, and save the image to the public folder in laravel. i use this code to make signaturepad : https://www.itsolutionstuff.com/post/laravel-signature-pad-example-tutorialexample.html
-1
votes
1 answer

How to save Angular signaturePad blob to AWS S3 using flask

I am using the signaturePad and converting the base64 file to blob. From here i upload it onto s3 but when I download the file it's corrupted. I don't have any issues generating and uploading the file but when I downloaded the image from s3 I can…
Arthur Decker
  • 1,191
  • 3
  • 15
  • 45
-1
votes
1 answer

TypeError: __WEBPACK_IMPORTED_MODULE_1_signature_pad__ is not a constructor

I am trying to use angular2-signature-pad library for signature input in my angular project. I have tried using the library as follows: // in .module.ts file import {SignaturePadModule} from "angular2-signature-pad"; @NgModule({ declarations: [ …
Setu Kumar Basak
  • 11,460
  • 9
  • 53
  • 85
-1
votes
1 answer

Smooth Signature - ColdFusion

Wondering what I need to do with this data below? I'm not sure what to do with it... After capturing a signature from this form
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25
-1
votes
1 answer

Invalid Argument supllied for forreach()

I am trying out signature pad and I am trying to do signature to image. Everytime I press submit I get hit with this error Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\CareMed\signature-to-image.php on line 58 Here is the…
Kevin1990M
  • 53
  • 8
-2
votes
1 answer

Is there a way to change stroke color in html canvas using css

I have in my page a signature pad where the user can make an electronic signature. I am using js librairy SignaturePad(https://github.com/szimek/signature_pad). My signature pad background color is black so I have set my stroke color to white. After…
-2
votes
1 answer

Is there any signature pad plugin available in ionic framework 5.2.1

Is there any signature pad available in ionic framework latest version 5? I used this in ionic 3 https://devdactic.com/signature-drawpad-ionic-2/ how to update it to latest version?
Vishu
  • 25
  • 4
-2
votes
1 answer

Signature in laravel 5.4

I am New in Laravel, I want to save signature as png file in storage folder. Help me to find solution. I will be thankful to you.
1 2 3
10
11