Home Assistant Cast Back navigation in subviews

Hi,

I am using lastest version of HAOS and I have a Lenovo Smart display running google assistant.
I’d like to use the Smart Display as a kiosk for home assistant.

While the main view works, the navigation doesn’t. Running from a subview to the main view doesn’t work.

Ideally we should be able to navigate from a main view to a subview back and forth. (with a back button for example)

This I tried.
1.
tap_action:
action: navigate
navigation_path: /dashboard-kiosk

Doesn’t do anything on the Smart display

tap_action:
action: navigate
navigation_path: ‘[[[window.history.back()]]]’

Throw an error that it couldn’t find the path ‘[[[window.history.back()]]]’

Hi @bolbi,

This you find a solution to this problem? I’m having the same issue. Thanks.

Had the same issue, mine was due to visibility not set in the dashboard view (visibility tab) for the specific user.
Took me some time to figure out. The subviews where default all visible to the user.