Let the on-screen keyboard appear when appropriate.
Last updated October 8, 2024
When the policy is set to True or unset, the on-screen keyboard can appear when it predicts that the user is about to use it.
When the policy to set to False, the on-screen keyboard only appears if the user explicitly taps on an input field or if an application requests it.
For example, suppose the user uses the virtual keyboard to type their username in a two-stage login screen. When the login screen transitions to the password stage, if the policy is True, the virtual keyboard may remain visible, even though the user did not tap on the password input field. If the policy is False, then the virtual keyboard will disappear.
This policy does not apply if the virtual keyboard is disabled (e.g. using the TouchVirtualKeyboardEnabled policy, or if the device is connected to a physical keyboard).