how use mobile UI

Find and share HowTos to various installations / configurations!
4 posts • Page 1 of 1
AGorbatykh
Posts:59
Joined: Thu Dec 17, 2015 1:01 pm

how use mobile UI

Post by AGorbatykh »

Hello. I tried create mobile UI, how it is described in help. But it seems doesnt work. It seems that any mobile device has own scale rate (ca. 1.5) and displaied with thus scale rate. For exaple i created new device (with reolution 1280x800 lanscape view), created new panel, but in my moble device (1920x1080) i see about 3/4 this panel.

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: how use mobile UI

Post by mkoller »

The panels loaded on the device will be scaled automatically to adpat for the difference in device resolution.
So if you create a panel on 96dpi but the device has a higher dpi, the ui will scale the panel up, otherwise it would be too small to use it.
It would be interesting to know what device you have and what dpi it has.

AGorbatykh
Posts:59
Joined: Thu Dec 17, 2015 1:01 pm

Re: how use mobile UI

Post by AGorbatykh »

Nexus 5(445), IPhone 5s(326), Xiaomi redmi note 3(401).

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: how use mobile UI

Post by mkoller »

Ah yes ... that is a lot of pixels.
The problem is now: the UI uses a default of maxZoomFactor = 4, but 445/96 = 4,6 that means the UI will issue warnings messages
that it's not allowed to zoom more than 4x (which you can check when you send the logfiles to your http server).
You can define a higher maxZoomFactor in the config file in the ui section.

4 posts • Page 1 of 1