This extension allows you to turn off and on the ability to screen capture (which is screenshots, and screen recording) while your app is running. This was co-developed by myself and @Ken. Many thanks to @Franck_G28 and @Coder007 for helping test it.
You can use this extension to disable ScreenCapture for apps that require security, or if you want to prevent people from copying images, text, etc. By enabling the block TRUE you have disabled ScreenCapture for the Application window.
You will need to reset it on each screen if you have multiple screens.
Some devices may have a longer flicker, and potentially a pixelation effect. Please let me know if there is something that makes it unusable. Include the Device Type, and Build.
To disable ScreenCapture we have to declare a window filed as Secure. And in order for that setting to take place we have to redraw the entire window. That is why you will see a small flicker, and why in some cases it may be problematic.
I wanted to ask because we already have the option to “Disable Screenshots” in Screenshot component. It is nice to hear that it disables screen record also, good extension!
Woah, Does your Extension work by using the draw over screen Permission?? If it’s using that then i think this is a lot secure than snapchat and other apps
There is a simple solution which block screen recording… Just use screenshot component & unmark the allow screenshot in property…
It’s really works I already tried it in my app…