WordPress LMS for Web and mobile › Forums › Ionic App Support › IOS Cannot log-in and doesnt load couses › Reply To: IOS Cannot log-in and doesnt load couses
March 19, 2020 at 12:28 am
#46876

ben
Participant
Thanks for that Scott! All working now.
To anyone else trying to find a fix for this:
It was a mixture of errors, although the app worked in previous builds, since updating the app files it seems to pull requests from the site in different ways. I updated my config.xml with the additional access origin parameters that I missed out, provided by the vibe guys,
- <access origin="*://*/*" />
- <access origin="file:///*" />
- <access origin="cdvfile://*" />