An open API service indexing awesome lists of open source software.

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

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
```