Page 1 of 1
Dashticz - v3.8.11 beta
Posted: Friday 28 January 2022 21:56
by Lokonli
Small Dashticz release.
Main addition: A dial selector menu now can also show a title.

- dialmenu.jpg (15.54 KiB) Viewed 464 times
See:
https://dashticz.readthedocs.io/en/beta ... tor-switch
Note:
There are some changes in the dial styling. This may impact your styling of dial font sizes via custom.css in case you make use of that.
Re: Dashticz - v3.8.11 beta
Posted: Saturday 29 January 2022 10:07
by madpatrick
Hi Lokonli,
Thanks for the update.
Ity is working on my pc screen, butnot on my tablet.
Properly due to the resolution.

- Tablet screen
- tablet.png (36.77 KiB) Viewed 445 times

- PC screen
- pc.png (96.76 KiB) Viewed 445 times
Re: Dashticz - v3.8.11 beta
Posted: Saturday 29 January 2022 18:55
by Lokonli
madpatrick wrote:Hi Lokonli,
Thanks for the update.
Ity is working on my pc screen, butnot on my tablet.
Properly due to the resolution.
tablet.png
pc.png
That's strange.
Are you using exactly the same CONFIG.js?
What kind of tablet? iOS, android, windows. Browser?
It may be a caching issue. Can you try to clear the cache on the tablet?
Verstuurd vanaf mijn AC2003 met Tapatalk
Re: Dashticz - v3.8.11 beta
Posted: Saturday 29 January 2022 19:06
by madpatrick
I think it was indeed a ached issue or something.
Strange because i'm using Fully remote Admin on my android tablet which cleares the cache every reload.
I changed the resolution in config.js
from
Code: Select all
screens['tablet'] = {}
screens['tablet']['maxwidth'] = 1200;
screens['tablet']['maxheight'] = 800;
to
Code: Select all
screens['tablet'] = {}
screens['tablet']['maxwidth'] = 1920;
screens['tablet']['maxheight'] = 1080;
and it is working. (resolution of the tablet is 1200x800)
Changed it back to tablet resolution and it remains working