You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in our iOS app, I can't seem to access downloaded files.
I downloaded a log file and video file from the web using safari, and our app needs to be able to open it.
On iOS, would we do this using the standard file browsing tool, or something else? EDIT: it seems like we need to use an ios provided solution, example below.
The file types are .log (a text file) and a video .mp4 file.
Hi, in our iOS app, I can't seem to access downloaded files.
I downloaded a log file and video file from the web using safari, and our app needs to be able to open it.
On iOS, would we do this using the standard file browsing tool, or something else?EDIT: it seems like we need to use an ios provided solution, example below.The file types are .log (a text file) and a video .mp4 file.
Looks like plyer only supports picking images? https://github.com/kivy/plyer/blob/master/plyer/platforms/ios/filechooser.py
Main question
What would be a clean way for plyer to support browsing and selecting both?
Could we open the downloads directory if it's something other than .jpg, and then the images browser if image?
However, what if we want to access a downloaded image? How could the user indicate if they want to access downloads vs camera images?
Possible example code for accessing the downloads directory
ChatGPT helped with more info with this example:
The text was updated successfully, but these errors were encountered: