ionic-lock-screen
v1.0.0
Published
A pin code lock screen for ionic cordova mobile apps
Downloads
12
Maintainers
Readme
ionic-lock-screen
Features
- Themable with CSS
- Supports Touch ID on iOS using cordova-plugin-touchid
Install
NPM
$ npm install ionic-lock-screen --save
Bower
$ bower install ionic-lock-screen --save
Use
...
Touch ID (iOS only)
Install cordova-plugin-touchid
$ cordova plugin add cordova-plugin-touchid --save
Set touchId:true
$lockScreen.show({
code: '1234',
touchId: true,
});
License
MIT