https://github.com/niklasmerz/capacitor-fingerprint-app
Test app for fingerprint-aio with capacitor
https://github.com/niklasmerz/capacitor-fingerprint-app
Last synced: 5 months ago
JSON representation
Test app for fingerprint-aio with capacitor
- Host: GitHub
- URL: https://github.com/niklasmerz/capacitor-fingerprint-app
- Owner: NiklasMerz
- License: mit
- Created: 2018-11-13T21:10:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T16:34:46.000Z (about 7 years ago)
- Last Synced: 2025-04-22T05:20:31.028Z (over 1 year ago)
- Language: Java
- Homepage: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio
- Size: 1.52 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Fingerprint AIO with Capacitor
Use the [plugin](https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio) with Capacitor and Ionic Native
Just try it out:
```bash
git clone https://github.com/NiklasMerz/capacitor-fingerprint-app.git
cd capacitor-fingerprint-app
npm install
ionic build
npx cap sync
npx cap open android
```