-1

Problem: I was trying to see if a web page of my product looks well on mobile, and got a cached version of it. looking elsewhere on stackoverflow, i found the answer, but it was buried inside another question that was less accurate to this issue, so decide to ask-and-answer here as well.

Just to be clear, what i was trying to do was:

  • ensure i'm not getting a cached version of this page ONLY, while
  • NOT clearing cache for any other page in my Chrome for Android (i believe it will be the same for iPhone, but did not test it yet)
ng10
  • 1,092
  • 1
  • 11
  • 19

1 Answers1

0

Answer is based on yPhil answer to this question.

  1. Click on the Chrome menu, while on the page you want 'hard reloading'

chrome menu

  1. Click on the 'info' icon

info

  1. Click on 'Site Settings'

site setting

  1. Either click on the 'delete' icon (option 1) or the 'Clear & Reset' button (option 2). See question and answer on the difference between the two here, where 'delete' is doing 'hard reload' and 'clear & reset' doing 'empty cache and hard reload' on the accepted answer by Andrew Rasmussen.

site settings dialog

I chose 'Clear & Reset' for my needs, but choose whatever suits yours.

Clear & Reset Dialog:

clear and reset dialog

Delete Dialog:

enter image description here

ng10
  • 1,092
  • 1
  • 11
  • 19