Hi,
I'm using navbar, with a pop-up card from Bubble card, with this custom JS action const newURL = window.location.href + "#room"; history.replaceState(null, "", newURL); window.dispatchEvent(new Event('location-changed'));.
On my android phone, when I use the Back button, it closes the HomeAssistant app and not only the pop-up, which is the normal behaviour with the horizontal stack from Bubble card.
Is this something that could be done with navbar ?
Thanks !