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
thanks
try these configuration
- index.html
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height">
- config.xml
<preference name="android-windowsoftinputmode" value="adjustpan" /> <preference name="fullscreen" value="false" />
Comments
Post a Comment