ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

Viewport not working correctly in android devices #352

Open aw-vm opened 6 years ago

aw-vm commented 6 years ago

Version: ionic 1.5 Android Version: 5 - 8

Whenever the app opens the view looks cut in the bottom:

screen shot 2017-12-15 at 4 41 46 pm

And the footers look like this under the android action buttons: screen shot 2017-12-15 at 4 43 51 pm

This is the index configuration I'm using: <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, viewport-fit=cover">

thomasmso commented 6 years ago

@valerymadiedo - Have you found a solution for this yet?

kn00tcn commented 6 years ago

isnt that what viewport-fit=cover is supposed to do? that's how to display into ios's statusbar now, so i would assume it means ionic now takes over the entire screen on all platforms & you have to account for your own padding