Closed defiantgoat closed 8 years ago
Updated. Tested on iOS 9 and Android 6.0.1.
Also, in order to get the flickable to size correctly, I used this:
contentHeight: contentItem.children[0].childrenRect.height
Qt documentation suggests using:
contentHeight: contentItem.childrenRect.height
However, this did not work.
contentHeight: contentItem.children.childrenRect.height also did not work.
Currently view doesn't scroll and so settings get cut off of certain devices.