josh
November 29, 2021, 12:23am
2
You can load the Fully Kiosk Browser Controller DTH / driver for your smart home hub and then use the loadUrl()
command to tell it to load a specific SharpTools dashboard.
You can use the following steps to perform ‘client side’ navigation between dashboards in SharpTools (using Fully Kiosk Browser’s API) which should result in the same fast navigation you are accustom to when tapping on dashboard tiles within a dashboard:
1. Note the URL Path to your Dashboard
Open your desired dashboard and make note of the path. For example, if my full dashboard URL was:
https://sharptools.io/dashboard/view/XXXXX
We just want the path at the end:
/dashboard/view/XXXXX
2. …
Also be sure to check out the Fast Client Side Navigation thread linked at the bottom of that post.