You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open an entity (from a dashboard or from Settings > Devices and services > Entities
Choose Device Info from the ellipsis menu
Navigate back (using browser button/touch gesture) to Device Info (works)
Navigate back again
Expected: see previous dashboard/list of entities again
Actual: HomeAssistant page is closed (or in case of the app: app quits)
Proposed solution (as an outsider of the project): Append a fragment to the URL when opening the pop-up (at least on mobile) so that navigation remembers the previous page (like history.pushState()). Not sure what behavior is desired on the desktop. But on mobile, the pop-up cannot be seen as such, and the fact that the back arrow at the left top does something different than the browser's back button/touch gesture is pretty confusing.
Steps to reproduce (on mobile):
Expected: see previous dashboard/list of entities again
Actual: HomeAssistant page is closed (or in case of the app: app quits)
Proposed solution (as an outsider of the project): Append a fragment to the URL when opening the pop-up (at least on mobile) so that navigation remembers the previous page (like
history.pushState()
). Not sure what behavior is desired on the desktop. But on mobile, the pop-up cannot be seen as such, and the fact that the back arrow at the left top does something different than the browser's back button/touch gesture is pretty confusing.Originally posted in home-assistant/android#4956
The text was updated successfully, but these errors were encountered: