roundcube / elastic

Responsive theme for Roundcube Webmail
76 stars 29 forks source link

[mobile] List options displayed partially cut-off #132

Closed mbohlender closed 6 years ago

mbohlender commented 6 years ago

How to reproduce: Click on "options" in the inbox

Actual Outcome: List options are displayed partially cut-off

Expected Outcome: Display is adjusted to the screen size

mbohlender commented 6 years ago

image image

alecpl commented 6 years ago

I guess this is mobile specific. What browser/os version?

mbohlender commented 6 years ago

Problem occurred on Iphone 6S Android is fine

alecpl commented 6 years ago

Some sources say it's enough to increase font-size on inputs/selects. However, this does not work for me on iPhone with iOS11. I guess we have to disable viewport scaling on input focus using javascript. Will see how it works.

alecpl commented 6 years ago

I found out font-size works, but not when using less. So, we could use it, but for some inputs it wasn't perfect. We will end up with maximum-scale=1 in viewport settings.

alecpl commented 6 years ago

Fixed.