Answer the question
In order to leave comments, you need to log in
How to use fingerprint authentication?
I need to use fingerprint authentication on android and iphone. How to do it right?
I found several options:
1) (mhartington Ionic Team)
When in app.module.ts
import { FingerprintAIO } from '@ionic-native/fingerprint-aio';
@NgModule({
providers: [
...
FingerprintAIO,
...
]
})
index.js:92 Uncaught TypeError: Object(...) is not a function
import { FingerprintAIO } from '@ionic-native/fingerprint-aio/ngx';
TS2307: Cannot find module '@ionic-native/fingerprint-aio/ngx'.
plugin_not_installed
"SECURITY_EXCEPTION"
Answer the question
In order to leave comments, you need to log in
plugin_not_installed -
Ionic cordova plugin add ... plugin not installed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question