Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.2
-
None
Description
Error Msg:
QIOSFileDialog: Could not resolve Qt plugin that gives access to photos on iOS
Code:
FileDialog
{ id: fileDialog currentFolder: StandardPaths.standardLocations(StandardPaths.PicturesLocation)[2] // 2 = file:assets-library:// }
I added the rights into plist and granted access with native obj-c code to the user photo lib, so i would expect that all requirements for FileDialog are met.
Goal:
I want a native photo picker so that the user can select a picture from his photos and i receive the url(s).
Attachments
Issue Links
- relates to
-
QTBUG-59097 FileDialog in IOS does not open Photos
- Closed