Custom App

Custom App

by Paco Jiménez -
Number of replies: 1

Hi partners,

I just got into the world of Moodle because I have been asked to customize the APP.

I followed the tutorial https://docs.moodle.org/dev/Moodle_Mobile_custom_apps but I can't see the page in the App, only a white screen.

I've changed:

In /config.xml:

  • widget.id
  • name
  • description

In www/config.json:

  • app_id (the same that widget.id)
  • appname
  • desktopappname
  • versionname
  • siteurl
  • borrar demo_sites
  • In languages only spanish

I compile with PhoneGap, install the apk in smartphone, appear the splash and below white screen.

If I add in config.xml this <content src="[URL]"/>, after the splash a responsive version of the web is shown.

In the moodle configuration, in App Banners section I've modified "Android app's unique identifier" value by the widget.id y app_id.

If I install Moodle Mobile oficial app and entering the url, it is displayed correctly.

Versión 2023

What am I doing wrong?

Thanks.


Average of ratings: -
In reply to Paco Jiménez

Re: Custom App

by Nivesh Krishna -
Hey,
Were you able to figure it out? If yes, please let me know.
I'm exactly at the same point.
Thanks