You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If Screenprotect is activated when opening a page and deactivated again when leaving the page, the blurred effect in the AppSwitcher remains active. However, the screenshot and recording protection is successfully deactivated.
This occurs both on a physical iPhone and in the simulator.
The following command is used to activate the screen protector: ScreenSecurity.Default?.ActivateScreenSecurityProtection();
The following command is used to deactivate the screen protector. ScreenSecurity.Default?.DeactivateScreenSecurityProtection();
Description
If Screenprotect is activated when opening a page and deactivated again when leaving the page, the blurred effect in the AppSwitcher remains active. However, the screenshot and recording protection is successfully deactivated.
This occurs both on a physical iPhone and in the simulator.
The following command is used to activate the screen protector:
ScreenSecurity.Default?.ActivateScreenSecurityProtection();
The following command is used to deactivate the screen protector.
ScreenSecurity.Default?.DeactivateScreenSecurityProtection();
Technical data
DotNet SDK Version: 9.0.100-rc.2.24474.11
Maui Version: 9.0.0-rc.2.24503.2
Plugin.Maui.ScreenSecurity Version: 1.2.0
Physical Device
Device Name: iPhone 8
IOS Version: 16.7.20
Simulator Device
Device Name: iPhone 13 mini
IOS Version: 15.5
The text was updated successfully, but these errors were encountered: