css - Image resizing issue when keyboard open in android mobile -


thanks reading, new in cordova developing, use framework7 develop hybrid app using cordova. putting background on login form, in mobile when open keyboard writing background image resized. want fix position of image not resized when open android keyboard. please see image below

enter image description here

thanks

try these configuration

  1. index.html

<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height">

  1. config.xml

<preference name="android-windowsoftinputmode" value="adjustpan" /> <preference name="fullscreen" value="false" />


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -