QML inconsistency Android <-> Desktop

Dirk Hohndel dirk at hohndel.org
Mon May 16 11:17:22 PDT 2016


On Sat, May 07, 2016 at 02:33:50PM +0200, Joakim Bygdell wrote:
> When running Subsurface-mobile on my laptop
> I have a fully functional combobox that autocompletes text input
> based on what exists in the list model.
> 
> However when I run the same build on android 
> the autocompletion only works for elements in the list that start with numbers.
> 
> First I thought that the text auto suggestion from the keyboard was to blame
> but I have the same issue when I disable that via 
> 	inputMethodHints: Qt.ImhNoPredictiveText
> 
> 
> I could find one bug report that autocompletion didn’t work on android
> but that should have been fixed for Qt 5.6.

It's very obvious that Android and iOS are second class platforms for Qt.
I just applied your patches and will test them in a minute... but it's
entirely possible that you are finding actual bugs...

/D


More information about the subsurface mailing list