Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug IOS: Blur screen protection cannot be deactivated. #45

Open
JarJarBinkz opened this issue Oct 23, 2024 · 1 comment
Open

Bug IOS: Blur screen protection cannot be deactivated. #45

JarJarBinkz opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@JarJarBinkz
Copy link

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

@FabriBertani FabriBertani added the bug Something isn't working label Oct 23, 2024
@FabriBertani FabriBertani self-assigned this Oct 23, 2024
@FabriBertani
Copy link
Owner

Thanks for reporting, will check this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants