admin管理员组

文章数量:1310193

I'm using Vaadin UI (v24) with SpringBoot (v3.4). I've added a favicon which is correctly displayed when I open the app in my browser.

When I add the @PWA annotation to my app, the favicon is not displayed anymore but the app is recognized as a PWA app in my browser. To "fix" the missing favicon, I added the "icon" property of @PWA annotation with the path of my favicon. Well, the favicon is now displayed but my browser does not recognize the app as PWA anymore.

Does anyone have the same problem and maybe a solution for me?

本文标签: spring bootVaadin SpringBootFavicon with PWA not workingStack Overflow