Page 1 of 1

Keyboard displayed for a radio button field

Posted: September 23rd, 2020, 5:35 am
by Anne
Hi,
I'm working on an app that goes back and forth between a menu with radio buttons that are made dynamically - and other forms in my questionnaire.
The value set of the menu is built in an "onfocus" of the menu field (as the preproc is not run when going back with "reenter")

And it looks OK when the app is starting, but when returning after filling in a part of the questionnaire, both the radio buttons and a keyboard is displayed (see attachment).

Is there a way I can get rid of the keyboard so that only the radio buttons are displayed?

Regards,
Anne

Re: Keyboard displayed for a radio button field

Posted: September 23rd, 2020, 7:39 am
by josh
Unfortunately the keyboard display seems to vary a bit from device to device. In theory, if there are no text fields on the screen Android is not supposed to show the keyboard and that seems to work correctly on many Android devices, in particular Google's own Pixel phones, but on other devices where the manufacturers have replaced the standard Android keyboard with their own, it doesn't always follow that rule.

Re: Keyboard displayed for a radio button field

Posted: September 23rd, 2020, 8:09 am
by Anne
How annoying!

But thanks very much anyway. At least I'm going to stop spending time on this issue.

Re: Keyboard displayed for a radio button field

Posted: May 21st, 2021, 2:39 pm
by vgonzalez
This has happened to me in the same way with items with RadioButtons or with CheckBox, however, what I have been able to identify so far is that it usually happens after leaving the focus of a TextBox Input Control, which has been difficult for me to solve in ZTE Device with OS Android, since I've tried showing text messages or jumps to other single or multi-select controls and the keyboard still comes out.

The controversial thing is that after having focus on the item with the keyboard active, you can hide this activating and deactivating the search option button or try to move to another item, deliberately leaving the field blank or type something wrong values on the keyboard, values out of range, it immediately shows an error or warning message and Magically the keyboard disappears.