Signature Capture Control in SAPUI5 using HTML5 Canvas
Recently I had been asked, if it is possible to capture user’s signature on mobile device and store it on the server. It is of course possible to do so using some open source tools such as “szimek/signature_pad · GitHub“. What would be interesting to know is how do we integrate it seamlessly with SAPUI5?
Here is a SAPUI5 custom control wrapper around the Signature Pad, which can make it easy for you to use this in your respective SAPUI5 / Fiori applications.
The demo can be seen here https://jsfiddle.net/rahulchoudhary/a3pz4go5/
If you dont want to use open source tools, you can still create your very own implementation using SAPUI5 custom control by attaching mouse / touch listeners to the canvas elements.
This dirty demo was written in hurry to help a colleague, hence there are lack of code comments. Feedback is always welcome to improve the implementation.
Thanks for the article Rahul. This is indeed an unexplored area in SAPUI5 custom controls.
Great work Rahul, keep up the innovation and developmen!
good job rahul.. thanks for the jsfiddle code.
I like!
Good one ! like it
If it is view controller, it is working fine. But not working in the fragment.
I want to use signature pad in the fragment.
I am facing rendering issue, as the controller is loaded first before the fragment is called.
Please help me out on this issue.
This was posted quite a while ago but thought I might as well response for future readers.
Assuming you’re using custom control, be sure to declare a namespace for it it inside your fragment. Like so:
Then when the controller calls the fragment, the custom control will be loaded along with it.
Thank you Rahul, this is excellent.
But how to save this signature on my server to use it later?
Hi Rahul,
Thanks. Great Job.
Its working fine in my SAPUI5 Application, but when I deployed my app to FIORI Launchpad the I am draw signature on signature pad (CANVAS). Do you have any idea why it is happening. There is no error in console at all.
Thanks
Hi Shakti,
Did you get it to work from the Fiori launchpad?
@Rahul Choudhary: Do you know why it is not working from Fiori launchpad and just working outside? What do we need to do to make it work from Fiori launchpad?
Thanks,
Bhavik