1.2.0 (10/14/2024)
Implemented enhancements:
- Added
Blazor
sample to showcase the implementation of this plugin. - Added
IsProtectionEnabled
property to check if screen protection is already enabled or disabled. - Added
ScreenCaptured
event handler, which triggers notifications when a screenshot is taken or the screen is recorded. - Added plugin initialization.
- Updated sample projects with new implementations.
Fixed bugs:
- Implemented a new screenshot prevention method for iOS 17+.
- Fixed
GetWindow
method on iOS. - Merged #39: Bug iOS on Blur PR by fabien367.