How can I force a hard reload in Chrome for Android

I’m using window.location.reload(true) according to MDN (and this similar question) it forces page to reload from server.

You can execute this code in the browser by typing javascript:location.reload(true) in the address bar.

Leave a Comment