Feature #7387
WSelectionBox is rendered as WComboBox on Android
0%
Description
WSelectionBox is rendered as WComboBox on Android : a drop down list, not a scrollable list.
Seen in 3 different Android devices, using Chrome and Yandex browsers.
It renders as a scrollable list in ChromeBook browser, and in PC browsers.
It's usable, just unexpected.
FYI.
Regards.
Updated by Roel Standaert about 3 years ago
A WSelectionBox
is simply rendered as an HTML <select>
, and that's just the way that HTML element happens to be rendered on Android.
Are you proposing an option to render it alternatively (e.g. not using <select>
)? It may also be possible to use CSS to change the way it is rendered.
Updated by S ET about 3 years ago
I was wondering if there were some tuning you could do to get it rendered as a scrollable list on Android. You hereby confirm that Android won't show a list box for the tag, and there's nothing much to do.
Thanks for replying.