cordova-plugin-secure-storage-echo
cordova-plugin-secure-storage-echo copied to clipboard
lockscreen is prompting continuously
Hi Team,
I'm using this plugin for my android app. It is working fine in android 8 and android 10, but in android version 9 while launching the app lock screen is getting prompted. Even after providing the fingerprint it is asking multiple times. Is there any patch to make it work or do not ask for lock pattern. COuld you please help on this.
Hi @sandeeptpi any luck on that one ? We started to have customers reporting the same behaviour.
Not all brands but some like OPPO or Xiaomi, it is 100% related to this plugin for sure.
probably related to that too https://github.com/mibrito707/cordova-plugin-secure-storage-echo/issues/27
We've started having this issue as well in Android 7, roughly after updating the cordova android version from version 6 to 8. We get prompted, then after entering the correct PIN, the secure storage still doesn't unlock.
any solution, I am facing the same problem on a specific device, how did you get around this? keeps asking for the pin code continuously.
To be honest, I'm not sure. I think we eventually dropped support for Android 7, upgraded our version of cordova-android and switched to fork of secure-storage-echo that had slightly better compatibility with edge cases.
I've also seen it crop up intermittently if the build has an issue and in that case removing the app from the phone and re-deploying from a cleaned build seems to fix it.
but I'm using exactly that fork, but I'm in doubt if this problem is related to changing the pin code or locking the device, I'll confirm, but maybe that's it, when modifying the locking code of the device the problem starts to arise.
To be honest, I'm not sure. I think we eventually dropped support for Android 7, upgraded our version of cordova-android and switched to fork of secure-storage-echo that had slightly better compatibility with edge cases.
I've also seen it crop up intermittently if the build has an issue and in that case removing the app from the phone and re-deploying from a cleaned build seems to fix it.
Is it possible to just check if the screen lock is active? did anyone get it?