Is it possible to add a HTML5 canvas element as a field to the android app ?

Hello,

The title probably says it all. I want to create a canvas field on the app where users can draw their signature! I am aware that will have to create the canvas and the logic of it myself!
but how can I show it on the android app ?
it works actually fine on the desktop version.

Alternatively, is there a way to show an iframe field on the app as well ?!

Parents Reply
  • The signature sample is mostly intended at showing some SDK functionality and capabilities:

    1. Extending and registering default views (edit view in this case)

    2. Working with custom field types (signature in this case)

    3. Importing third-party libs ( singature_pad.js in this case)

    Basically it is not fully functional feature in any form, just an example and sample

    As for saving images to device as files or as base64 strings to database: both options are absolutely possible and achievable using cordova plugins or your own custom code

Children