Add a Digital Signature to a Mobile Form
Mobile Framework
Add a Digital Signature to a Mobile Form
Example View: Solutions Template / Controls / Signature Capture
Organizations often require digital signatures for specific workflow steps, such as for accepting a new equipment on the receiving dock. With the digital signature feature, you can enable your mobile apps to capture user signatures and display images of previously captured signature.
In the below image, the user has just entered their signature. When they tap Done, the Signature component will convert the signature to a PNG image encoded in a data URL. The contents of the data URL can be saved in the mobile database and synced to Web Central.
The user draws their signature, and the Signature Capture component converts the drawn signature to a PNG image that can be saved to a file or database.
config: { items: [ { xtype: 'signature'} ] }