I am using the Dialogs Library v4.01 for a simple, modal, string input.
In previous versions of Android the keyboard would either disappear naturally when the dialog was complete [Ok] or could be hidden with .HideKeyboard method using either the IME or Phone libraries.
On my S9 Oreo device the keyboard remains in view after the input dialog closes and none of the above methods works any more. The keyboard will hide with the 'Done' key but that requires yet another keystroke from the user.
Is there a cleaner solution?
In previous versions of Android the keyboard would either disappear naturally when the dialog was complete [Ok] or could be hidden with .HideKeyboard method using either the IME or Phone libraries.
On my S9 Oreo device the keyboard remains in view after the input dialog closes and none of the above methods works any more. The keyboard will hide with the 'Done' key but that requires yet another keystroke from the user.
Is there a cleaner solution?
Last edited: