Hi team, I want to disable screenshot/screen captu...
# multiplatform
n
Hi team, I want to disable screenshot/screen capturing in iOS (compose multiplatform). Can someone suggest how can I do that?
1
f
I guess this Stackoverflow may help: https://stackoverflow.com/questions/77151044/how-to-prevent-user-from-taking-screenshot-or-screen-recording-in-ios-17 Make an iOS View that has the ‘secure’ attribute. That should prevent screenshots. (How to make an iOS view? No idea… We use Compose for a reason haha)
n
Thank you @Frank Bouwens
👍 1