This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Mosaic menu
#1
Hello, In mosaic you have "Main Screen", "Floors", "Functions", is it possible to change these texts?

In settings you have the possibility to set scaling for mobile devices. Is it possible to go beyond 100%? I have a 7inch tablet and the buttons for navigating to floors and rooms ar quite small. See attached.

When you have these buttons for navigating, is it possible to have additional widgets on the homescreen, or will widgets remove navigation buttons?

Attached Files Thumbnail(s)
   
Reply
#2
You can add an icon to the room and then the button will be square and bigger, a widget size.
------------------------------
Ctrl+F5
Reply
#3
(23.12.2022, 13:26)Daniel Wrote: You can add an icon to the room and then the button will be square and bigger, a widget size.

Yes, I have done that, but I can't set Icons on "Floors".
I have 6 different apartments for disabled people, and the staff wants easy access to all apartments from one tablet.
Reply
#4
This CSS will scale widgets on the main page by a factor of 1.33. All other pages are not affected by this CSS.
Code:
.route_main #widgets {
  transform: scale(1.33);
  transform-origin: 0 0;
}
Reply
#5
(27.12.2022, 07:43)admin Wrote: This CSS will scale widgets on the main page by a factor of 1.33. All other pages are not affected by this CSS.
Code:
.route_main #widgets {
  transform: scale(1.33);
  transform-origin: 0 0;
}

That worked perfectly. Thank you.
Reply


Forum Jump: