Access Moodle Mobile App through browser

Access Moodle Mobile App through browser

Azmat Ullah -
回帖数:3

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

回复Azmat Ullah

Re: Access Moodle Mobile App through browser

Dani Palou -
Core developers的头像 Moodle HQ的头像 Peer reviewers的头像 Plugin developers的头像

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

回复Dani Palou

Re: Access Moodle Mobile App through browser

Juan Leyva -
Core developers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 Testers的头像

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

回复Juan Leyva

Re: Access Moodle Mobile App through browser

Azmat Ullah -


I want to use it for development purpose but link that you share is older version of Mobile app. I wanna work on Moodle mobile 2. I think I need to implement development environment as Daniel suggested.


Thanks