Using the signature pad with Ionic 3 , you can store the user signature. This package is powered by www.9lessons.info blog feed content and developed using Ionic v2 and Angular 2.
Open App | Capture Signature | Launch Camera |
Install Node JS Software
Go to terminal or command line.
Execute following commands to run this application.
$ npm install -g cordova ionic
$ git clone https://github.com/srinivastamada/ionic3-angular4-signaturepad.git
$ cd ionic3-angular4-signaturepad
$ npm install
$ ionic serve
ios
$ cordova add platform ios
$ ionic build ios
Android
$ cordova add platform android
$ ionic build android
More Info Tutorial: Ionic 2 Mobile App using Angular 2 and TypeScript Tutorial