I’m creating a PWA (Progressive Web App), but in Android Chrome, the suggestions bar on the virtual keyboard is messing up my layout (See image). It is overlaping with important buttons that are bellow the text input. Other mobile browsers do not have this problem.
How can I remove this suggestions bar, or find a way for chrome to not overlap the keyboard with the existing button?
I tried using CSS env variables like keyboard-inset-height
with no success.