Mobile app customization

Mobile app customization

by Ayman Moawad -
Number of replies: 1
I am trying to build the mobile app using the phonegap build , it give the error 

plugin unsupported: org.apache.cordova.camera

I did all the steps in the presentation 

https://www.slideshare.net/juanleyva/creating-a-custom-moodle-mobile-app-moodle-moot-spain-2014

did I miss something 

Average of ratings: -
In reply to Ayman Moawad

Re: Mobile app customization

by Diwakar Moturu -

Hi Ayman,


Unfortunately, the presentation is outdated and not relevant for current code base. It needs to be updated for the phonegap build. The presentation actually follows this tutorial which is no longer relevant.

If you are aware of general ionic build, you can build it using ionic, the app is packaging well via the ionic build. You first need to setup the development environment by following this tutorial and then just do a normal ionic build for Android(needs android studio installed) and iOS(needs Mac).


Cheers,

Diwakar