I have problems with the TextField
Solved
QML and Qt Quick
-
Ok, I did a little bit of testing, and it seems that under Qt 5.7 I can't get the copy/paste menu to show up. If I use Qt 5.9, it will work, but instead of pressing and holding, you have to double tap some text inside the TextField (and make sure selectByMouse is set to true), and then the Android copy/paste menu will show up. However, I can't get the copy/paste menu to show up when there is no text in the TextField, which is kind of strange.