Planned maintenance has been done but it did not solve the problem. So work will continue on this and a new time for trying updates will be announced asap.
Android soft keyboard action button
-
There is Dialog (from Qt.Quick Dialogs) with few SpinBoxes, when user edit an SpinBox value then press 'Done' button (on Android software keyboard) whole Dialog closes.
How can i replace 'Done' with 'Next' keyboard action button on or change that behavior?
-
Did you find a solution to this as I have the same requirement ?
In a Java app you would include in the XML:
android:imeOptions="actionNext"
-
Same problem too :/