Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.3, 6.8.0, 6.8.1
-
None
Description
ComboBox items are not selectable on Android. You can tap to display the list of items, but then you can't tap to select any of the items in the list.
Have tried Qt 6.7.3 and 6.8.1 on Samsung S24 and Tab S8 v8 ABI, also x86_64 using the Android emulator. Changing the screen resolution or font size on the Samsung devices doesn't seem to make a difference.
Note that the items are selectable on the Samsung using a stylus, just not by touch. You can somewhat affect the selection by holding and dragging down when using touch, but it doesn't select the correct item.
On the emulator, you can't select the items using the mouse (you can open the list then use the keyboard).
Have noticed the problem with several of the examples included with creator, but have also added a trivial example project. (Basic GUI project with a combo box added to the form).