I am currently facing an issue with my web application that I am trying to make responsive. On my Android 5.2 phone, when I click on the input field, the keyboard pops up and pushes the form down, creating an unsightly white area at the bottom whenever the keyboard is active.
Could this issue be caused by using 100vh on the element containing the background image?
I have attached a screenshot of the problem captured from my mobile phone. Has anyone encountered this issue before? If so, how did you resolve it?