I am using Fully Kiosk Brower on my wallmounted Tablet to control openHAB 3 via MainUI which is working very well. Thank you for all the effort! It is really amazing!
I am now trying to display different pages on specific events, ie to show my Camera-page on motion on front door, which is not completly working.
With Fullys REST API I am able to fire a rule that invokes a command like this, which show me the MainUI Hompage:
sendHttpGetRequest("http://xxx:2323/?cmd=loadUrl&url=https%3A%2F%2Fdemo.openhab.org%2F%23%21%2F&password=xxx&type=json")
But when I then try to load one of the following pages for the first time I just get the Homepage displayed. When I send the request for a second time then I get the page displayed that I wanted:
https://demo.openhab.org/#!/page/temperatures
https://demo.openhab.org/#!/page/chart_tabs
This behaviour is also reproduceable with a desktop/android chrome by entering the URLs in the adress bar so nothing Fully-specific. The problem is not occuring when switching between different pages, just when coming from Homepage. This feels somehow unreliable and I would like to find a proper working solution. Is there any other way to navigate from Homepage to pages? Could I build my own page with the contents of the homepage (Locations/Equipment/Properties-Tabs) so I dont have to use the default Homepage anymore?
Is this behaviour “working-as-intended” or could this be a fixable bug?
I did not find anything of value by searching.
Thanks