When I upload the latest version of my web application to the server, the user must do the following to see the latest version:
- If the program is running in the browser it should hit the shift + f5 buttons.
- If the program is running in the mobile browser, it should clear the cache as follows:
Settings / Privacy / Clear browsing data / Clear data
Now how can we do this automatically with programming so that the user doesn't have to?