Keyboard Popup on Dropdown/Tab Selection in Live Chatbot
Is there a reproducible CSS trick to controlling mobile phone keyborad?
b
billowy-morning-42410
03/19/2024, 11:54 AM
The rule of thumbs is to avoid using fixed heights where you can, keep you elements fluid by setting a width and possibly a min-height, but don't use fixed heights, this usually causes a lot of problems. 😔 The on-screen keyboard on mobile reacts very well when you keep the flow of your elements without fixed limitations
billowy-morning-42410
03/19/2024, 11:55 AM
In theory you should not control the mobile's virtual keyboard
c
clever-rose-15680
03/19/2024, 5:22 PM
mmm, not sure how this prevents the keyboard from triggering up when it is not needed?