Testing css changes in premium moodle mobile app

Testing css changes in premium moodle mobile app

by Rafa Camarena Samper -
Number of replies: 1

Hi, I have the premium moodle app for my production environment.

Is there a way to test my CSS changes in the App without changing them directly in Production?

For example an app in development or something similar?

I would like to be able to test the changes in CSS before putting them into production where students are already working.

Average of ratings: -
In reply to Rafa Camarena Samper

Re: Testing css changes in premium moodle mobile app

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 Rafa,

you can use our webapp to run the Moodle app in a browser. That way you can edit the DOM using the Chrome DevTools to add any CSS you want.

You should use some flags when opening Chrome/Chromium to make everything work fine, otherwise you might find some errors when using the webapp. Please take a look at Using the Moodle App in a browser.

Cheers,
Dani