Skip to content

Route buttons flash a few times before navigating on iOS, slowing down the navigation #278

@andeart

Description

@andeart

Describe the bug
Navbar buttons on mobile are slow and flash a few times before actually changing the route.

To Reproduce

  1. Create a dashboard with at least 2 views (neither must be a sub-view).
  2. Add the default Navbar card.
  3. Update the navigation routes to your 2 views.
  4. On a mobile device, tap on either nav button.
  5. Observe flashes on navbar icons and slowness for new page to load. Note that this bug only occurs on mobile, desktop behaviour is snappy and instant.

Expected behavior
Tapping on navbar button must navigate to the tapped route instantly, similarly to tapping the button in the default top header of the dashboard.

Screenshots
Recorded MP4 of bug (hosted on Google Drive, let me know if you'd like it elsewhere please): https://drive.google.com/file/d/1v0lAHWtaqumtlInF0lpEsSFp2TAQR3k7/view?usp=drivesdk

Information:

  • OS: iOS
  • Browser: official Home Assistant iOS app
  • Navbar-card version: v1.3.0
  • HA version: 2026.2.2

navbar-card yaml configuration

type: custom:navbar-card
routes:
  - icon: mdi:home
    label: Home
    url: /test-260214/0
  - icon: mdi:test-tube
    label: ""
    url: /test-260214/test-2

Thanks so much for this wonderful mod. Let me know if I can help debug or share further info please. Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions