Moodle custom mobile app white screen problem

Re: Moodle custom mobile app white screen problem

by Tro Diep -
Number of replies: 11

Hi Juan,


Thank you for prompt response.


I did extractly as you suggested, but still not working please see the URL on GitHub https://github.com/tdiep1/moodlemobile2.git 

Brand name is Ozford

Are you able to see what is wrong from the code? Or phonegap is not compiled the code correctly. Hope you Can help identify where is the problem



Thank again for your help


Tro.


In reply to Tro Diep

Re: Moodle custom mobile app white screen problem

by Dnyaneshwar Somwanshi -
Dear Juan Sir I also suffering through same problem. i was able to create old version of moodle Custom app but now i cant. it shows a white screen only.

if you make a video for creating custom app it will help others too.

it would be great for your kind attention. 

thanks in advance

In reply to Dnyaneshwar Somwanshi

Re: Moodle custom mobile app white screen problem

by Claudio ancooor -

Hi Juan,

I'm also having the same problem. Is it a problem with config.xml or a plugin?

Thanks

Claudio

In reply to Claudio ancooor

Re: Moodle custom mobile app white screen problem

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

Hi,

can you see in the console any error? For inspecting the console you need to debug the app via Chrome or Safari

Juan

In reply to Juan Leyva

Re: Moodle custom mobile app white screen problem

by Claudio ancooor -

Hi Juan,

I tried but no errors appears. The console is blank.

I enabled also the debug.

Thanks

Claudio

In reply to Claudio ancooor

Re: Moodle custom mobile app white screen problem

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

Hi Claudio,

are you sure you are using the latest config.xml?

We recently applied some changes to it, see: https://github.com/moodlehq/moodlemobile-phonegapbuild/commits/master/config.xml

Regards, Juan

In reply to Juan Leyva

Re: Moodle custom mobile app white screen problem

by Claudio ancooor -

Hi Juan, yes. 

I'm using the latest one updated 8 days ago by Dani.

The App is launched, the splash screen is shown and then only a white screen that after some seconds turns in light blu and then again white.

The console does not display errors.

Thank you, Claudio


In reply to Tro Diep

Re: Moodle custom mobile app white screen problem

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

Hi,

your link is not a phonegap build ready repository, is just the standard repository for a custom moodle mobile app.

You need a specific repository for building with a special config.xml like this: https://github.com/moodlehq/moodlemobile-phonegapbuild/

Please, review the developer docs https://docs.moodle.org/dev/Moodle_Mobile_custom_apps

Regards, Juan

In reply to Juan Leyva

Re: Moodle custom mobile app white screen problem

by Dnyaneshwar Somwanshi -

hi juan

while building app error is coming as

plugin unsupported: net.tunts.webintent

repo is here

https://github.com/gurujiathome/moodlemobile2

after buildup it shows white blank screen. 

In reply to Dnyaneshwar Somwanshi

Re: Moodle custom mobile app white screen problem

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

Hi,

please double check that you are using the correct config.xml file, latest version from here:

https://github.com/moodlehq/moodlemobile-phonegapbuild/blob/master/config.xml

Juan

In reply to Juan Leyva

Re: Moodle custom mobile app white screen problem

by Dnyaneshwar Somwanshi -

hi juan

white screen problem is resolved. but it is not fetching siteurl.

buildup app is the same as default app with name change only.

this is repo https://github.com/gurujiathome/moodlemobile-phonegapbuild.git  branch myguru
am i missing something?
thanks in advance