Page 1 of 1

Screenshot without security

Posted: Sun Jun 22, 2025 9:19 pm
by matalog
A few apps I use, now have a way of not allowing my phone to take a screenshot, it doesn't work through even reading the screen to PC, when the apps knows a screen shot is possible it doesn;t produce the screen.

Is there a way around this at all with spider basic? To copy the full screen at any time and output an image?

Sainsbury's club card app does this if you want an example.

Re: Screenshot without security

Posted: Wed Jun 25, 2025 10:52 am
by Dirk Geppert
I don't really understand your request yet.
Are you looking for a way to bypass the screenshot prevention and the Sainsbury's Club Card app can do that?

Re: Screenshot without security

Posted: Wed Jun 25, 2025 6:22 pm
by plouf
yes he wants to prevent users to take screenshots liek for example you can prohibit printing using css
Spiderbasic do NOT support it native, you MAY do it, up to a point using cordova overlay module, but need deep searching

however its not really possible to prevent it , you can only block normal users
advance users will always ccould take screnshot :)

Re: Screenshot without security

Posted: Thu Jul 10, 2025 8:17 pm
by matalog
plouf wrote: Wed Jun 25, 2025 6:22 pm yes he wants to prevent users to take screenshots liek for example you can prohibit printing using css
Spiderbasic do NOT support it native, you MAY do it, up to a point using cordova overlay module, but need deep searching

however its not really possible to prevent it , you can only block normal users
advance users will always ccould take screnshot :)
I want to bypass the screenshot prevention.

I want to take a screenshot of any app, wether it is 'secured' or not, and screenshot what I want to on my phone. Is there a way to do that?

Re: Screenshot without security

Posted: Tue Jul 22, 2025 12:20 am
by remaliki
You can prevent users from taking screenshots by using `addJavascriptInterface()`. Since SpiderBasic uses Cordova, you need to create a custom plugin using the "FLAG_SECURE" API.
https://developer.android.com/develop/u ... ps/webview