Open
Description
http.Handle("/", &app.Handler{
Name: "Example1",
Description: "hoho",
Icon: app.Icon{Default: "/web/xxx-logo192.png", Maskable: "/web/xxx-logo192.png"},
...
Isnt this correct? The wasm logo spinner uses my image so its loaded:
<aside id="app-wasm-loader" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" alt="wasm loader icon" src="/web/xxx-logo192.png">
<p class="goapp-label" id="app-wasm-loader-label">Loading 0%</p>
</aside>
The favicon is just the default one from the go-app repo. weird?
Goapp v10.0.8
The image is 192x192 in size
Metadata
Metadata
Assignees
Labels
No labels