Skip to main content

BiometricWrapper

This plugin capture biometric(Iris and Fingerprint) and validate the user. May be used in Banking domain

Stuck on a Cordova issue?

Don't waste precious time on plugin issues.

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.

Installation#

$ npm install cordova-plugin-biometric $ npm install @ionic-native/biometric-wrapper $ ionic cap sync

Supported Platforms#

  • Android

Usage#

React#

Learn more about using Ionic Native components in React

Angular#

import { BiometricWrapper } from '@ionic-native/biometric-wrapper/ngx';

constructor(private biometricWrapper: BiometricWrapper) { }
...

this.biometricWrapper.activateIris({'PID_XML': '<pid-xml/>'})  .then((res: any) => )  .catch((error: any) => );