Currently running into a bit of trouble with my mobile website programming. It seems to be working fine on an iPhone browser, but when my coworker views it on an Android phone, the content gets all scrunched up when the keyboard is brought up.
I've been using vw and vh (view width and view height) for styling elements on my webpage. I suspect that the viewport is being squeezed somehow?
Is there a way to prevent this issue directly from the website's end?
If not, what can I do to ensure that my elements maintain their size even when the keyboard pops up?
Appreciate any help, :)