How to remove the site url and name displayed on the Moodle Mobile App

Re: How to remove the site url and name displayed on the Moodle Mobile App

by Sarath P -
Number of replies: 4

Please find the screenshots below:

After specifying the css rule in moodle.css, the URL is gone.

Desktop view



After updating the css rule, still the URL is visible.

Mobile View


Can anyone please suggest a solution for this?

In reply to Sarath P

Re: How to remove the site url and name displayed on the Moodle Mobile App

by Olalekan Adeniyi -
Hello Serath,

You can comment the line out in the core file since you are building a custom APP.

goto src=>core=>login=>pages=>credentials=>credentials.html you can comment out lines 21, 23 & 24.

Regards
In reply to Olalekan Adeniyi

Re: How to remove the site url and name displayed on the Moodle Mobile App

by Sarath P -
Hello Olalekan,

Thank you for your responsesmile Is there any similar kind of code that can be commented out for the PhoneGap build as well? Because currently, I am using the PhoneGap repository( https://github.com/moodlehq/moodlemobile-phonegapbuild ).

Regards
In reply to Sarath P

Re: How to remove the site url and name displayed on the Moodle Mobile App

by Olalekan Adeniyi -
Hello Sarath P

You can comment it out in the index.html (The App entrance)

Regards