-
New Feature
-
Resolution: Fixed
-
Minor
-
3.9.2
-
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
Moodle App 3.9.3
This was discussed on the Moodle mobile forum
Some file types cannot be opened with any app available on iOS or Android devices. Examples of this include .mathcad and .spss.
Other file types may have unexpected behaviour on mobile platforms. For example an Windows .exe executable cannot run on Android, but the game "Plague" will offer to open it.
To avoid confusing sitations for users, we should allow site admins to define a list of file types that they don't want users to try and open in the app. These files will still be listed on the app's course screen, but attempting to download them on iOS or Android would display a warning to the user indicating that this file type is not intended for use on a mobile device. They can then either cancel the download, or ignore the warning and download anyway.
The list of file types will be set in a config setting on the server, and sent to the app as a list of MIME types via the tool_mobile_get_config web service. Downloads for file types appearing on this list will show the warning. MDL-68797 covers creation of the new admin setting.
- has to be finished together with
-
MDL-68797 Config setting for mobile file type exclusion list
- Closed