PrivacyScreenPlugin
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.
When creating a screenshot it will result in a black screen, ensuring data security. ## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ##...
I'm using Mobile Center to test the app, but the privacy plugin shows a black screen only.
## Description This PR adds basic functionality to make use of storyboard images on iOS. Apple will sunset support for exact image sizes on June 30th [Link](https://developer.apple.com/news/?id=03262020b) ## Related Issue...
Not sure if this is within the scope of this plugin but another security concern in Android is ['Tapjacking'](http://blog.trendmicro.com/trendlabs-security-intelligence/tapjacking-an-untapped-threat-in-android/). An easy fix for this is to set the [`filterTouchesWhenObscured`](http://developer.android.com/reference/android/view/View.html#setFilterTouchesWhenObscured%28boolean%29) property...
Its not working in android. We are seeing a dark screen instead of splash screen when switching between the apps in Android.
How to edit toast msg? thanks
### 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 ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...
The plugin tries to load images with names like "Default-667h", etc. If I provide the name of the image in "UILaunchImageFile" it still adds suffixes like "LaunchImage-800-667h". I added ``...
Hello, We have a requirement to block the multitasking thumbnail but on Android, this also prevents manual screenshots. This hinders regular use as well as popular screen sharing capabilities Is...