Selection anchor on text input fields in Android
-
wrote on 30 Oct 2023, 11:59 last edited by
On every QML text input item, e.g. TextEdit, TextInput, the selection anchor (blue droplet) is shown below the cursor on Android. These anchors should only be shown when the user selects text.
The actual cursor did not make it to the screenshot but it blinks above the droplet.
Is it possible to hide the anchor? -
-
On every QML text input item, e.g. TextEdit, TextInput, the selection anchor (blue droplet) is shown below the cursor on Android. These anchors should only be shown when the user selects text.
The actual cursor did not make it to the screenshot but it blinks above the droplet.
Is it possible to hide the anchor?wrote on 19 Feb 2024, 12:01 last edited by@Michel-de-Boer Anchors seems to work better since Qt6.6.1
1/2