Turn Off ScreenCapture . (Snapshot and Recording)

Description

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.

Download Here

BlockScreenCapture.aix (6.4 KB)

Blocks

Usage

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.

  1. You will need to reset it on each screen if you have multiple screens.
  2. You can disable it as you like.

Here is an example of it in use.

NOTE:

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.

12 Likes

What do you mean by capture? Do you mean screenshots, or screen record or both?

2 Likes

Good question. It means Both. Let me correct the description

3 Likes

I wanted to ask because we already have the option to “Disable Screenshots” in Screenshot component. :sweat_smile: It is nice to hear that it disables screen record also, good extension! :+1:

4 Likes

Well ya learn something new every day!

I specifically made this to ensure that you could enable and disable it, and that videorecording would be blocked. Maybe it does the same thing.

5 Likes

Disable screen record function is working nicely.

4 Likes

Hey nice work !!

3 Likes

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

I PMed you the secret sauce

1 Like

Can i get extension or aia??

as usual you can find it in the first post of the thread…
Taifun

1 Like

The download link no longer works.

2 Likes

Use the built-in Screenshot component, it has the same function as this extension.

3 Likes

the download link doesn’t work

Use this in alternative.

1 Like

@DevYB thanks i will try it

1 Like

cian could you again provide that extension? the link is off.

Does it also block screen-recording?

extension is not downloading

1 Like

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…

1 Like