How to prevent screenshot of webpage in mobile view?

I just want to know is there any option to stop taking the screenshot from a mobile view of any web page which is designed using HTML CSS of with a framework like bootstrap?

Upvotes: 2

Views: 5333

Answers (2)

Timar Ivo Batis
Timar Ivo Batis

Reputation: 1996

This would be technically possible see android API: How to prevent Screen Capture in Android

But currently there is no API yet for accessing this through browsers.

Upvotes: 1

Krzysiek Dróżdż
Krzysiek Dróżdż

Reputation: 426

I’m pretty sure there is no way of doing this. Screenshots are not a function delivered by website, and even not by browser. It’s your mobile function.

It’s the same like you can’t prevent desktop browser to do print screen of your site.

Another thing is that it’s a default behavior and as such it shouldn’t even be modified - it would confuse users.

Upvotes: 5

Related Questions