Hello,
I'm accessing mobile through browser but it shows blank screen when I run the 'index.html' page under 'www' folder.
I downloaded app from below URL.
https://github.com/moodlehq/moodlemobile2/tree/master
Regards,
Azmat
Hello,
I'm accessing mobile through browser but it shows blank screen when I run the 'index.html' page under 'www' folder.
I downloaded app from below URL.
https://github.com/moodlehq/moodlemobile2/tree/master
Regards,
Azmat
Hello Azmat,
this is because the repository doesn't include some required libraries. You need to run:
bower install
This should be enough to make it work in a browser without ionic serve.
You have a complete guide on how to setup the environment in here:
https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2
Kind regards,
Dani
Alternatively, if you only want to run the app in the browser (ant not develop) you can download all the required files from here: https://github.com/moodlehq/moodlemobile-phonegapbuild
Juan