imi-ms / MoPat

Mobile Patient Survey (MoPat) is a Java based web application to create, distribute, complete and export medical questionnaires.
Apache License 2.0
7 stars 1 forks source link

Adjust layout to real available device height #7

Open ywarnecke opened 3 months ago

ywarnecke commented 3 months ago

When viewing MoPat on a mobile browser, the URL bar causes parts of the application to be hidden, although there should be enough space to display everything at once.

This is likely caused by the usage of the viewport height, which does not respect the URL bar. The usage of the dynamic viewport height should fix this