Added functionality to enable or disable the PrivacyScreen#26
Added functionality to enable or disable the PrivacyScreen#26nick-adriaenssens wants to merge 1 commit intodevgeeks:masterfrom
Conversation
|
Hi,
to
The reason is once the touch is dialog is shown, if the app really goes into background, then it still need to replace the current screen with privacy screen. If we call the new property to disable the privacy screen, then the privacy screen will not work as expected in this case. This also follows Apple UI design, as even if app is not active, as long as it is still the foreground app, (for example, when a notification comes or a phone call is coming), then we should not hide the screen with the privacy image. I will submit a new pull request for ios client for this issue using the above change. Thanks |
|
Hello @jonathanli2 , I tried your fix for TouchID privacy screen issue. But it disable whole privacy screen plugin, not only touch id pop up splash screen. Please help ! |
|
Hi, The testing project only has a statusbar plugin and privacyscreen plugin. Note during the recorded testing I first clicked the home button to verify the privacy screen function. Then the second time I double clicked the home button, since at that time, the app still did not enter background, so the privacyscreen will not show, but once another app or home screen was selected to become active app, then the testing app will enter background, and the privacy screen would apply. If you still get problem in your testing, could you share the prototype project or a screen recording so that I can follow it to repeat the issue? Thanks |
Default value is true but can be changed with a config preference.
Use case example: disable the PrivacyScreen when the native Touch ID popup opens.