-
-
Notifications
You must be signed in to change notification settings - Fork 15
Route buttons flash a few times before navigating on iOS, slowing down the navigation #278
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Navbar buttons on mobile are slow and flash a few times before actually changing the route.
To Reproduce
- Create a dashboard with at least 2 views (neither must be a sub-view).
- Add the default Navbar card.
- Update the navigation routes to your 2 views.
- On a mobile device, tap on either nav button.
- 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-2Thanks so much for this wonderful mod. Let me know if I can help debug or share further info please. Cheers!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working