Get signature with android tablet for PHP form

0

Good afternoon friends.

Today for work needs I had the need to make a small form to take the data of some clients, this work is going to make some colleagues from a tablet, I decided to do it in php so that the data will send them to me to a DB in mysql. Now the bosses ask me if there is any way for the client to make a signature on the same tablet, this to authorize the sending of information via email or phone.

My question is: Is it possible to capture the signature from the screen of the tablet and send it as an image to the DB?

Thank you in advance

    
asked by Cesar Blandon 10.04.2017 в 22:16
source

1 answer

1

You can use a library that uses canvas to draw and export the drawing.

What I suggest is to save the image in your server and in the bd save the path of the image to later access it.

Here I leave you a library that looks easy to use.

library link

    
answered by 10.04.2017 в 22:31