-
|
I couldn't find any information in the documentation about how to open the Photo Library on iOS. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi @szadev you can get this using the https://platform.uno/docs/articles/features/windows-storage-pickers.html#fileopenpicker API. There is a property allows you to filter out the type of content you want the users to pick. The link above should give you all you need. If that's not the case, please feel free to ask again :) |
Beta Was this translation helpful? Give feedback.
-
|
Hello again, @ajpinedam. |
Beta Was this translation helpful? Give feedback.


Hi @szadev you can get this using the https://platform.uno/docs/articles/features/windows-storage-pickers.html#fileopenpicker API. There is a property
.SuggestedStartLocationyou will set to open the VideosLibrary or PicturesLibrary, which, combined with the extension filtersallows you to filter out the type of content you want the users to pick.
The link above should give you all you need. If that's not the case, please feel free to ask again :)