4
votes
1answer
100 views

Automatically clear cache from scripts

I received a request to implement browser clear cache automatically when a user starts a session. This is the first time I encounter such a odd request. Is clear browser cache for a web application ...
4
votes
1answer
77 views

Overriding Default Behavior of Mobile Browsers

In desktop web development, a big user experience no-no is to create a behavior that is not native to the browser. Such as: Disabling the right-click mouse button Creating your own context menu Not ...