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()]]]’