Cordova / PhoneGap plugin that secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.
MIT License
102
stars
148
forks
source link
bug(ios) Fix bug where ios was displaying splash screen over touch id #45
The hooks being used to toggle the privacy screen for ios were the wrong ones.
If the application triggered a native touchID modal then the privacy settings would hook trigger when they shouldnt.
The hooks being used to toggle the privacy screen for ios were the wrong ones. If the application triggered a native touchID modal then the privacy settings would hook trigger when they shouldnt.