-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
Steps to reproduce:
- Create a resource with one file in it. Try to use a big file (I used a 10MB PDF).
- In the app go to the section and click the prefetch button next to the resource.
- Quickly, enter the resource and click Open.
- If both processes download the file at the same time ($mmWS#downloadFile) it causes unexpected behaviors:
- Android: Shows an error modal when it shouldn't. The content of the modal depends on which download finishes first.
- iOS: The ionLoading is shown forever.