UI.PushPreserveKeyboard

static void PushPreserveKeyboard(bool preserveKeyboard)

When a soft keyboard is visible, interacting with UI elements will cause the keyboard to close. This function allows you to change this behavior for certain UI elements, allowing the user to interact and still preserve the keyboard’s presence. Remember to Pop when you’re finished!

   
bool preserveKeyboard If true, interacting with elements will NOT hide the keyboard. If false, interaction will hide the keyboard.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!