Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.8.0
-
None
-
IOS 10.2.1 and MacOS Sierra
Description
I get this message when I try to open the file dialog and it opens the QWidget window
QIOSFileDialog: Could not resolve Qt plugin that gives access to photos on iOS
`
import QtQuick 2.4
import QtQuick.Controls 1.4
import QtQuick.Dialogs 1.2
FileDialog
`
and when I change the import to import Qt.labs.platform 1.0 and remove ` folder: shortcuts.pictures` the filedialog does not open at all
UPDATE:
info.plist: https://gist.github.com/ahmad88me/08fd16a5bfd2ac1a81939f88a14eaf33
it works on 5.7
Attachments
Issue Links
- is duplicated by
-
QTBUG-59777 Can`t open gallery on iOS
- Closed
- is required for
-
QTBUG-41962 research and implement the file interchange story on iOS 8 and Android
- Reported
- relates to
-
QTBUG-47074 The path select from FileDialog( iOS picturesPath) can't load by Image in QML
- Closed