-
New Feature
-
Resolution: Fixed
-
Minor
-
2.9
-
- Using a browser, login in the moodlecloud site.
- Go to "MoodleMobile Developer Testing Course", section "Links to capture".
- There's a set of links under the title "Custom URL Schemes". Check that these links work.
-
MOODLE_29_STABLE
-
MOODLE_29_STABLE
Now that the capture normal and activity links features is done, we should allow to open specific pages in the app via Custom URL Scheme, something like:
moodlemobile://link=https://mysite.es/mod/choice/view.php?id=8
should open the Choice with Cmid = 8 in the https://mysite.es site
Please, note that is the same site is available for more than one user in the app, the user should select the profile he wants to use.
If the app was previously open in one of those sites, we can skip the profile selection step and go directly to the module.
If the site does not exit, we must ask the user to enter his username and password (the site must be preloaded) and then redirect to the activity
For the record, we'll also support URLs with username prefix, like: moodlemobile://link=https://username@mysite.es/mod/choice/view.php?id=8 this will help us to better identify a site or prefill the username in the authentication form