roundcube / elastic

Responsive theme for Roundcube Webmail
76 stars 29 forks source link

Iframes with forms do not scroll in Android #117

Closed alecpl closed 6 years ago

alecpl commented 6 years ago

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

alecpl commented 6 years ago

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

johndoh commented 6 years ago

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

alecpl commented 6 years ago

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

alecpl commented 6 years ago

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.