Custom Moodle App (Remove Enter Page)

Re: Custom Moodle App (Remove Enter Page)

by Lewis Carr -
Number of replies: 0
Hello,
You can remove the URL part of the app by simply adding the URL to the build/main.js file.
Change this line to include your Moodle URL:
CoreConfigConstants.siteurl ='';

The app now just defaults to the login page. Hope this helps.
Average of ratings: Useful (1)