So. Imagine a mobile website, with some position: fixed
items. Now when you focus input field. Your keyboard pops out, on regular mobile it’s 1/2nd of the screen. What happens then is the entire window resizes by it’s half. The entire viewport is technically getting cut by half. Is there a way to prevent that, is it possible to let keyboard lap over the actual website instead of taking it’s space?
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.