Use desktop webinspector to clear cache in mobile safari?

后端 未结 8 1641
悲哀的现实
悲哀的现实 2021-02-03 23:43

Is it possible to clear mobile safari cache using the desktop web inspector in Safari?

I know I can go to the settings in the iphone, but it\'s a bit of a hazzle and sin

8条回答
  •  误落风尘
    2021-02-04 00:08

    Well, there is an option for this in the Develop menu - however it doesn't appear to work.

    A simple way around this is to add a new parameter to your url
    eg. http://domain.com/testing.html?refresh=1

    (of course having the functionality working in Web Inspector would be better)

提交回复
热议问题