0

I wanted to know what would be the best route in mimicking the feature of snapchat of an application being aware of a user screenshotting the page?

  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Apr 19 '22 at 19:32

1 Answers1

0

By the question I assume you are facing the problem of detecting a screenshot. We can monitor the clipboard and detect the application running in foreground. In case of any snipping tool, the screenshot goes to the clipboard and we can paste it directly.