PrivacyScreenPlugin icon indicating copy to clipboard operation
PrivacyScreenPlugin copied to clipboard

Cordova / PhoneGap plugin that secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.

Results 32 PrivacyScreenPlugin issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour Looks smoothly on iOS X or just show a black window. ### Actual Behaviour The splash screen showed on the task list looks deformed, the same when...

### Expected Behaviour ### Actual Behaviour ### Reproduce Scenario (including but not limited to) #### Steps to Reproduce #### Platform and Version (eg. Android 5.0 or iOS 9.2.1) #### (Android)...

## Description Check if the device is an iPhoneX and adapt the image names accordingly. Code taken from the cordova-plugin-splashscreen which this plugin is based on. apache/cordova-plugin-splashscreen#146 ## Related Issue...

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...

Hi, This change is for not showing privacy screen when the app is still in foreground but may temporarily inactive, for example, when showing the ios native touch id dialog,...

## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...

## Description Leverage Android SharedPreferences to allow an Android application to programmatically enable/disable the privacy screen by setting the boolean value of PrivacyScreenPlugin.KEY_PRIVACY_SCREEN_ENABLED. The default value is true. Note that...

### Expected Behaviour It should show black screen when recording screen with Media Projection API. ### Actual Behaviour The secured content visible when recording screen with Media Projection API. ###...

### Expected Behaviour The Splash screen needs to be shown ### Actual Behaviour Black screen is shown ### Reproduce Scenario (including but not limited to) #### Steps to Reproduce Use...