I am using a TextArea in a Android Qt/QML project. On default selecting text by pressing long works as expected on android (like the native behavior). But when I apply a style, for example an empty one like this:
TextArea {
style: TextAreaStyle { }
}
I can not select text using the android handles as I can when not using any Style. How can I adjust my TextArea using a style and still get the handles?