Hi André,
We're currently using the Plugin and we have noticed a strange behavior when using an iPhoneX.
We have a custom Native Splash Screen (we have an image to handle iPhone X resolution) and everytime the App Switcher is in foreground it seems like it is squashing the Native Splash Screen image.
I've tested on other devices (iPhone SE, iPhone 7 and iPhone 7 Plus) and it doesn't affect the image ratio.
Is this something related with the resolution of iPhone X (2436x1125)?
Hi Pedro,
Published a new version that adds support to iPhoneX.
Cheers
I'm not sure this is related with the plugin itself but I'll try to have a look.
Edit: It seems to be a known issue with the plugin implementation https://github.com/devgeeks/PrivacyScreenPlugin/issues/52
Precisely,
I have also found that issue on the GitHub repo.
It seems that's an issue but no one answered.
I've forked the plugin and I'm trying to fix it. It seems pretty straightforward since that code was reusing an implementation from https://github.com/apache/cordova-plugin-splashscreen/ which is already updated to support iPhone X.
I'll get back to you...
André Vieira wrote:
Thanks a lot André!
Thanks a lot André.
May i know how to implement this plugin, I have included the plugin in my project and, i can see only one function available i.e to check the plugin loaded or not, what else we need to implement to hide the screen in background mode and also to prevent to take screenshot.
Do we need to implement Custom native splash to make this plugin work. please let me know.
Hi Rakesh,
Simply reference the plugin in your mobile app and check for its availability in the On Application Ready action.
Remember that this is a native plugin and therefore you need to build a new version of the mobile app and install it on the device for this to work.
Regards
Is there any possible way to prevent taking of screenshot in Iphone through Outsystems.