Height question of QPage
-
When using QPage there is the calculation of 100vh subtracted by the total height of the header. On android and ios (in browser) the address bar is calculated as part of the viewport height. When using QScrollArea with this, the bottom of the scrollable area goes beyond the viewport even if its height is less than 100%.
My question, is there a way to change the calculation or account for the address bar being included or not?
-
@njwade Yes there is. It’s kind of hacky though. Please read this guide.