Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

11 Comments