Has anyone used PhoneGap Build to build their Ionic application?
This is perfectly possible, unless I use some plugins, like the camera. PhoneGap Build doesn’t recognize the plugins and I have no idea how to fix it.
Does anyone has the same problem? Could you fix it? Or experience with PGB + Ionic?
I use PhoneGap Build for my apps and i have no issue with it.
Could you share you config.xml?
Is your plugin displayed in the “plugin” tabs on the phonegap build website?
The plugin is recognized by PGB in the plugin tab.
I’ve followed this: http://learn.ionicframework.com/formulas/cordova-camera/ to implement the camera function. When I build the application locally or test it via IonicView the camera function is working perfectly, but when I build it via PGB it’s not working.
EDIT: I have also copied this config.xml in my www/ folder.
Well I tried different combinations as stated in the stackoverflow thread, but I can’t seem to get it working. Do you also use the camera plugin? (I also use the network-information plugin, but same story)