How to fix the background image in the mobile

0
Hello, I add the background image by using this snippet, it works perfectly. But when I run the app in the mobile, the image will be pushed up by the keyboard shown both in IOS and Android? Anyone knows how to fix it, please? Thanks in advance,
asked
1 answers
1

the background position is bottom-left, therefor keyboard will push it up. consider a different positioning of the background image in order for the keyboard not to interfere. you can also look at other css properties that will meet your required output, overflow, background-size, position center fixed? For these specific Styling questions, the stack overflow forum is your best friend, way bigger community there to answer all the styling questions. Mendix forum is good for mendix tooling specific questions. 

https://stackoverflow.com/questions/29887809/android-soft-keyboard-resizes-background-image-website

Maybe this one answers your question?

answered