how use mobile UI
- AGorbatykh
- Posts:59
- Joined: Thu Dec 17, 2015 1:01 pm
how use mobile UI
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
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.
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
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
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.
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.