by Rasha Yehya.
Greetings,
I followed the instructions outlined here to build my customized Moodle mobile app:
https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2
https://docs.moodle.org/dev/Moodle_Mobile_custom_apps
After customizing my app and running gulp, I did a test with ionic serve where the app worked perfectly fine in the browser. On Phonegap I am able to compile the app using my development key, however when I open the app on the iPhone, I only see a blank/white screen after the splash image.
My Github repositories:
forked MoodleMobile2 repository:https://github.com/NEEDS-SAL/moodlemobile2
Phonegap repository: https://github.com/NEEDS-SAL/SOrCEv3
I have used the config.xml file for Phonegap build
Kindly note that the app worked fine on android.
Any ideas what could be causing the blank screen on the iPhone? Thank you for your help!