2

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?

Itay Grudev
  • 7,055
  • 4
  • 54
  • 86
Nathan
  • 7,099
  • 14
  • 61
  • 125

0 Answers0