SnapshotSafeView icon indicating copy to clipboard operation
SnapshotSafeView copied to clipboard

Used for hide view from system screenshots and video recording

Results 5 SnapshotSafeView issues
Sort by recently updated
recently updated
newest added

I found this lib that have used `_UITextLayoutCanvasView` and `_UITextFieldCanvasView`. That class is private api. If I use this lib in our app, can we pass the apple review?

I added one UIView in UIViewController (Please check the screenshot below) Once a user tries to take a screenshot, that View should not appear in the screenshot. How I can...

hi I cannot disable it after enabling this is my code in swift if friends.first?.isScreenshotDisabled == true { self.tableView.setupAsHiddenFromSystemScreenshotsAndVideoRecordings() } else { } how to disable?

I used the sdk for my flutter project. 1. snapshotSafeViewInterceptor.performSwitchView(in: window) 2. add a button to flutterViewController.view 3. the button does not response any touch event. 4. and so as...

bug
Crossplatform
Flutter