roundcube / elastic

Responsive theme for Roundcube Webmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iframes with forms do not scroll in Android

alecpl opened this issue · comments

On Android (tested version 7) iframes with formcontainer/formcontent do not scroll. E.g. contact edit frame, Preferences frames.

Hmm... False alarm. Today I tested two different devices, including the one tested before, and it works. Maybe some caching issue.

I saw this too. The issue is this line: https://github.com/roundcube/elastic/blob/master/styles/widgets/forms.less#L340 and this roundcube/roundcubemail@5dbe1f2 makes phones not tablets any more, so the issue goes away. not sure what happens on tablets that run android.

Thanks for the info. Indeed, it's still broken on Android tablets. I'll work on this.

Should be fixed now, but it is a pain in the ass. Still some elements do not display scrollbar on mobile/tablets where it usually appears on desktop. Any help appreciated, I'm tired of this for now.