Use desktop webinspector to clear cache in mobile safari?

后端 未结 8 1646
悲哀的现实
悲哀的现实 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 00:10

    You can use Cmd + Option + R while in the developer tools web inspector to force mobile safari to reload its cache.

    I had another problem which was that Fiddler also has a cache. I also had to clear that as I was running the iPad through the fiddler proxy.

    Once I cleared the fiddler cache, and then used Cmd + Option + R, I could see the iPad requesting and receiving the new files.

提交回复
热议问题