06-29-2018, 01:56 PM
Hi,
I assume this is a landscape oriented 480x320 panel. At this size the moOde 4.1 UI is not very usable and so there is a line of code in the file below that effectively disables landscape mode at small sizes. You can try commenting it out and then see whether the 4.1 UI is usable.
/var/www/css/moode.css
/* iphone5 landscape disable cuz its just not high enogh to be useful */
@media (max-height: 320px) and (max-width: 568px) {
/*body {display:none;}*/
}
In moOde 4.2 we have implemented a fully variable font and control system which enables the UI to look proportionally correct at almost any size. The attached screen shot shows 4.2 UI at 480 x 320.
-Tim
I assume this is a landscape oriented 480x320 panel. At this size the moOde 4.1 UI is not very usable and so there is a line of code in the file below that effectively disables landscape mode at small sizes. You can try commenting it out and then see whether the 4.1 UI is usable.
/var/www/css/moode.css
/* iphone5 landscape disable cuz its just not high enogh to be useful */
@media (max-height: 320px) and (max-width: 568px) {
/*body {display:none;}*/
}
In moOde 4.2 we have implemented a fully variable font and control system which enables the UI to look proportionally correct at almost any size. The attached screen shot shows 4.2 UI at 480 x 320.
-Tim