1.0.0 • Published 8 years ago

ionic-lock-screen v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

ionic-lock-screen

Features

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