I would like to prevent a user from looking at the developer console and downloading images & other content from my app, if possible.
Your question is too broad and it’s more a general web development question, than Wappler specific.
If your images load on the page using <img>
tags, that means they are loaded in the console/network tab as well.
You can add some script which disables right click, but this will not stop anyone who knows how a web site/app works from downloading them.
I will try the script approach, thanks
That is a lost battle. I wouldn’t even bother doing that. Someone who actually has the means of downloading your content will do it.
Even those that have no idea how to do it will find themselves an app for that(there are plenty).
With the script you are just blocking out people that actually don’t want to download anything while making UX worse.
To add to Jon’s reply, you could always add a watermark.