devgeeks / PrivacyScreenPlugin

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

Open Lindsor opened 7 years ago

Lindsor commented 7 years ago

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.

devgeeks commented 7 years ago

I'll have a look at this, but is there a reason you didn't use the Pull Request template?

RobinGiel commented 6 years ago

Hi @Lindsor is this solution still working? and if it is, when can this solution be merged @devgeeks ?