QLayout has scrolling in the mobile Chrome
-
Hi!
After updating the framework to version 0.15.12 a simple template with a header and footer is always bigger by the address line size in my mobile Chrome 65 (Android 4.4.2). In mobile Firefox 69 all sizes are correct. In previous versions of the framework and desktop browsers, everything was also in order.My code:
<q-layout view="lhh lpr lff"> <q-layout-header> <!-- Header content --> </q-layout-header> <q-layout-drawer> <!-- drawer content --> </q-layout-drawer> <q-page-container> <q-page> some content </q-page> </q-page-container> <q-layout-footer> <!-- footer content --> </q-layout-footer> </q-layout> </template>
Screenshots from my mobile Chrome browser with QLayout scrolling:
How to make the Layout size to be the height of the browser?
-
This post is deleted! -
@serg See my complete guide on window height for mobile browsers for the Quasar Framework