Skip to content

Favicon doesnt work #1061

Open
Open
@hr-department-lover

Description

@hr-department-lover
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions