amg0 / ALTUI

Enhancement Interface for VERA home automation system
16 stars 8 forks source link

feature request: Vera and the infamous back button #5

Closed sle118 closed 7 years ago

sle118 commented 7 years ago

I have long been frustrated by the lack of proper browser history support in Vera UI and I would like to propose a change which might just allow using back/forward buttons on the browser when navigating the interface.

Given that all the navigation is done as part of back end calls, why not manipulate the browser history? https://developer.mozilla.org/en-US/docs/Web/API/History_API

amg0 commented 7 years ago

it cannot work, ALTUI is 100% one single page application and individual application area/pages are not accessible by a url so even pushing a url into the history wont solve it. we need a history mecanism for 100% ajax based apps

amg0 commented 7 years ago

fixed in 1981 release and +