How can I force a hard reload in Chrome for Android

后端 未结 21 1805
夕颜
夕颜 2021-01-29 19:31

In Chrome for desktop I have options in the dev tools to disable cache completely when dev tools are opened and I have the options to manually do a hard reload when long clickin

21条回答
  •  一整个雨季
    2021-01-29 20:01

    Mentioning this because you mentioned "when developing".

    You can control the mobile device via your Chrome Desktop Browser.

    Visit chrome://inspect/#devices on your desktop. And Inspect the device that's connected to your desktop. Agree when asked for permission.

    You should now see a full fledged Devtool window for the current page on mobile device.

    Now, Use the hard reload shortcut (Cmd+Shift+R) on desktop to do hard reload on mobile device!

提交回复
热议问题