capacitor-community / privacy-screen

⚡️ Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.
MIT License
88 stars 23 forks source link

Detect capturing in ios #37

Closed qliqdev closed 1 year ago

qliqdev commented 3 years ago

Added some functions to detect user Capturing Video or Screenshot

inexuscore commented 3 years ago

For now, I'm using the Storage plugin to detect media captures. Whenever the user opens the camera, or switches to the Gallery, etc. I store a flag in the storage, when the app is resumed, I check for that, basic stuff. Would it be possible to support this on both Android and iOS? I mean detecting media captures, any idea when this could be available? Thanks a lot.

qliqdev commented 3 years ago

For now, I'm using the Storage plugin to detect media captures. Whenever the user opens the camera, or switches to the Gallery, etc. I store a flag in the storage, when the app is resumed, I check for that, basic stuff. Would it be possible to support this on both Android and iOS? I mean detecting media captures, any idea when this could be available? Thanks a lot.

I've researched for Android the same function but could't find how to blur the screen while system triggers screen video capturing

robingenz commented 3 years ago

Please merge the main branch and resolve the merge conflicts so I can see the changes.

qliqdev commented 3 years ago

Please merge the main branch and resolve the merge conflicts so I can see the changes. ok

qliqdev commented 3 years ago

Please merge the main branch and resolve the merge conflicts so I can see the changes.

done

robingenz commented 3 years ago

Did you forget to push your changes? There are still merge conflicts.

Hoviadin commented 3 years ago

Guys how long will be merging this very needed for me request?))

qliqdev commented 3 years ago

Did you forget to push your changes? There are still merge conflicts.

Done!

robingenz commented 3 years ago

Thank you @oneclickwebstudio. I have reviewed the PR. Please add the package-lock.json file again.

qliqdev commented 3 years ago

Thank you @oneclickwebstudio. I have reviewed the PR. Please add the package-lock.json file again.

Done!

qliqdev commented 1 year ago

closing this, opened new branch with only capturing feature in MR 51