How to set Prefix URL for moodle mobile 3.5

How to set Prefix URL for moodle mobile 3.5

by Yogeshwar Shukla -
Number of replies: 1
In previous moodle mobile version, there was an option to change the siteurl using the config.json file. But it's not working for version 3.5.
Average of ratings: -
In reply to Yogeshwar Shukla

Re: How to set Prefix URL for moodle mobile 3.5

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi,

it does still work, but you need to "compile" the code. In the previous app it was done using "gulp", now Ionic has it's own build system. Just run "ionic serve" or compile in AOT mode.

Kind regards,

Dani