Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Android FileDialog save
-
I use Qt 5.7.1 . In my app I invoke QML FileDialog to save a file to the device. On Windows, file dialog appears and I can select folder and type file name.
However, on Android, a file dialog appear but it seems there is no possibility to enter file name - there is no field where name can be entered. Save button in the dialog does nothing.
How to save file using QML FileDialog?