Small Ionic framework app using Capacitor & Ionic Plugin https://ionicframework.com
Working properly with Android & iOS phones. (tested with emulator)
- Storage: Integrated with Capacitor
- Biometric Login: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio
<key>NSFaceIDUsageDescription</key>
<string>$FACEID_USAGE_DESCRIPTION</string>
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
To get started, clone this repo, and run: npm install
in the root directory.
ionic cap run ios/android
If you want to use a Secure Storage for password install this plugin: https://github.com/martinkasa/capacitor-secure-storage-plugin
- 1.1.3 - Updated dependencies
- 1.1.2 - Updated README with Android import fixes
- 1.1.1 - Changed fingerprint plugin to Finterprint AIO
- 1.1.0 - Updated Ionic to v5 and Angular to v9
- 1.0.1 - Fix an error on iOS
- 1.0.0 - Initial project
Sergio Suárez - https://www.sergiosuarezdev.com