Re: [Interest] QtQuick.Controls 1.2 TextArea scrolling on Android

2014-11-06 Thread Frédéric Martinsons
I answer to myself, I found a working solution on android. To sum up I replace my TextArea with a TextEdit inside a Flickable , itself inside a ScrollView 2014-11-04 14:31 GMT+01:00 Frédéric Martinsons < frederic.martins...@sigfox.com>: > Hello, > > I've been using the TextArea QML controls for a

[Interest] QtQuick.Controls 1.2 TextArea scrolling on Android

2014-11-04 Thread Frédéric Martinsons
Hello, I've been using the TextArea QML controls for a while on desktop and nothing goes wrong. But on an Android target (from Qt 5.3.1) , it seems that it doesn't scroll at all on android. The simple QML file attached reproduced the problem on a Nexus 7 (android 4.4.4) main.qml Description: Bin