When running my app on a new Android 9 device (previously running on Android 7 without this problem), it reports the following error:
fingerprint-auth.available: TypeError: Cannot read property 'isHardwareDetected' of null
Method isHardwareDetected was added in API level 23 and deprecated in API level 28 which is Android 9 Pie, I was thinking this might be an issue for API level 28 and later versions.
When running my app on a new Android 9 device (previously running on Android 7 without this problem), it reports the following error:
fingerprint-auth.available: TypeError: Cannot read property 'isHardwareDetected' of nullMethod
isHardwareDetectedwas added inAPI level 23and deprecated inAPI level 28which is Android 9 Pie, I was thinking this might be an issue for API level 28 and later versions.