A capicator plugin to check on iOS / Android devices if the password pin is enabled or not on the mobile device.
npm install @creativecookie/pin-check
npx cap sync
- After installing include in the module page that you want to use with the import below
- import { PinCheck } from '@creativecookie/pin-check';
- in your function, (await PinCheck.pinCheck()).value will return either true or false
pinCheck() => Promise<{ value: string; }>
Returns: Promise<{ value: string; }>