Moodle Mobile App test environment

Moodle Mobile App test environment

by Paulo Ferreira -
Number of replies: 5

I'm able to start the app in my test environment on google chrome canary, but when I add a URL it give me this error on the console 

ReferenceError: Connection is not defined

I'm not able to login 

We have enable the webservices for mobile. Our students can use the Moodle Mobile App. (moodle version is 2.9.2)

You can try this URL https://secure.grupolusofona.pt/ulht/moodle/

We want to customize the App but without login we can not test CSS or JS


Thanks


Average of ratings: -
In reply to Paulo Ferreira

Re: Moodle Mobile App test environment

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi Paulo,

can you try with Chromium instead Chrome?

Cheers, Juan

In reply to Juan Leyva

Re: Moodle Mobile App test environment

by Paulo Ferreira -


It works.  smile


Thank you very much. I was using canary for my test environment.


Regards

Paulo Ferreira

In reply to Juan Leyva

Re: Moodle Mobile App test environment

by Paulo Ferreira -

Hello Juan

Don't know if you can help me on this but all the labels are missing  from the moodle mobile interface.  Do you have any idea why this is happening?

Thanks anyway

Regards

Paulo

Moodle Mobile

In reply to Paulo Ferreira

Re: Moodle Mobile App test environment

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

have you run gulp to generate the language files? These files should be inside www/build/lang folder. If they aren't there even if you run gulp then I guess the gulp tasks crash somewhere, please check if there is any error shown in the console.

Kind regards,

Dani

In reply to Dani Palou

Re: Moodle Mobile App test environment

by Paulo Ferreira -

Hello Juan

Thanks again for your reply . It was a great help.

I forgot to start chromium with the --allow-file-access-from-files --disable-web-security flag. It seems that without this flag the lang files are generated but they are empty.

Solved.

Thanks again for your time

Regards

Paulo Ferreira