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

feat: Implement feature to prevent screen shot with Blur #13

Open
fonkamloic opened this issue Jan 24, 2023 · 0 comments
Open

feat: Implement feature to prevent screen shot with Blur #13

fonkamloic opened this issue Jan 24, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@fonkamloic
Copy link
Contributor

Description

Implement a feature to prevent screenshots in Android and iOS. The screenshotBlockedWithBlur(opacity: 0.1) method takes in a single argument, which is a double ( 0>= opacity <=1) representing the opacity of the blur.
When invoked, it will display the launch image while protecting the app's data from being captured in a screenshot. This helps ensure the security of sensitive information displayed in the app, such as personal information or financial data.
It's an easy and effective way to prevent data leakage by disabling screenshots in a specific part of the app and can be useful for apps that handle sensitive information.

@fonkamloic fonkamloic added the documentation Improvements or additions to documentation label Jan 24, 2023
@fonkamloic fonkamloic changed the title Feat: Implement feature to prevent screen shot with Blur feat: Implement feature to prevent screen shot with Blur Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant