-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
- Create a page containing a link to a URL that has a "%" in it. There is an example in the comments (restricted).
- Open the page in the app. Check that the page is loaded and you can open the link.
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
Moodle Mobile 3.2.1
When we load a page/book, we try to decode the URLs using decodeURIComponent. If the URL has a % character, it throws an exception and the page isn't loaded. We should treat these errors and use the original URL in this case.