android - Input overlapped by keyboard on mobile -


i'm developing app angular-meteor , every time focus input on bottom of screen keyboard overlaps it.

i tried adding mobile-config.js doesn't work:

app.setpreference('fullscreen', false); app.setpreference('android-windowsoftinputmode', 'adjustresize'); 

and meta on index.html:

<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, target-densitydpi=device-dpi, width=device-width" /> 

am forgetting something?

so have 2 options android (ios handles bit nicer you). in androidmanifest.xml file see android:windowsoftinputmode inside of first <activity> tag. adjust how keyboard interacts screen. here more information on how works.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -