我刚刚更新了我的PWA的图标,我想看看它看起来像在Android主屏幕上立即,而不必等待几天。然而,图标不想刷新。
这是我为了刷新Android主屏幕上的图标所做的(并没有不工作):
-change the icons hosted on the server
-update the urls of manifest.json, pwa-service-worker.js, pwa-start.js by adding a ?v=x parameter
-update the urls of the icons in manifest.json and in the html meta tags by adding a ?v=x parameter
-clear PWA cache on android
-uninstalled PWA on android
-cleared website cache from chrome Android
-installed PWA again from chrome
完成所有这些操作后,再次安装PWA时,Android主屏幕仍显示以前的图标。
我的问题是:
1.我如何为自己刷新PWA图标?(我可以访问自己的手机)
1.如何为所有用户执行此操作?(我无法访问他们的手机)
1条答案
按热度按时间bpzcxfmw1#
替换映像或其路径后,卸载并重新安装PWA。如果出现任何提示,请从安装中删除所有数据。
当您重新安装时,它应该使用您的新映像。