-
New Feature
-
Resolution: Fixed
-
Minor
-
3.3.2
-
-
MOODLE_33_STABLE
-
MOODLE_34_STABLE
-
Moodle Mobile 3.4.0
iOS 11 introduced a Files app that allows navigating through local files and iCloud files. We should allow using this app to upload files to Moodle.
The only way I found to use this is using a 'input type="file"' form element. This displays a new submenu with several options: Take Photo or Video, Photo Library and Browse (this one opens the Files app). This means we'll have duplicated options in our app's menu and the system one, I didn't find any better solution.
I noticed that in iOS 10, using an input file displayed an iCloud option that allowed uploading files from iCloud, so maybe we should display this option in previous iOS versions. However, I guess this option will only be shown if iCloud is enabled. I don't know if we can determine if iCloud is enabled or not.