-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9.4
-
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
Moodle App 3.9.5
We have had issues with users opening files on iOS. Some files such as powerpoint and word documents will open in a preview which may not render the file well. To open another app, they then have to use the "Share" icon in the preview before they are given the option to open it in something else. This isn't obvious, and users have complained about files not displaying properly.
ionic5 now has a "showOpenWith" method in the FileOpener class, which lets the user select an app before the file is shown. This also makes it clear that they are leaving the Moodle app and moving to another, which has been another source of confusion when previewing files. We think we should use this instead of the current method.