android - CSS Media Query Landscape - Keyboard Issue -


i tried in mobile page

@media screen , (orientation:landscape) {   /* landscape based css here */ } 

it's broken on keyboard opened.

after tried;

@media screen , (min-aspect-ratio: 13/9) { /* landscape */ } 

tested , works on;

nexus 5,
iphone 4,
iphone 6,
iphone 6+,
samsung note 4,
samsung s3,
samsung s4,
samsung s5,
still broken on when keyboard opened on
nexus 4.

i couldn't find global solution css. appriciated. thanks

i didn't came , straight answer hacked out nexus 4.

@media screen , (width: 384px) , (height:233px) {     /*my landscape div sets out display:none on nexus 4*/ } 

Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -