shiny.pwa
shiny.pwa copied to clipboard
Custom icon prevents desktop installation
Great package. Thank you.
For some reason when I use a custom logo for the pwa it won’t let me install on desktop (chrome on mac), but mobile (chrome on android Pixel 6) still works:
pwa("wwwmyapp", title = "myapp", output = "www", color = "white", icon = "www/mylogo_512.png")
If I remove the icon argument, I have the option to install a desktop app. But this comes with a default logo only.
Any guidance much appreciated.