ionic-team / ng-cordova

OBSOLETE: Please move to Ionic Native https://github.com/ionic-team/ionic-native
https://github.com/ionic-team/ionic-native
MIT License
3.48k stars 1.05k forks source link

Custom build consistently fails, multiple major issues #1132

Open ethanmay opened 8 years ago

ethanmay commented 8 years ago

When exporting a custom Cordova build from the site, there were multiple major issues:

Please see the following links:

PS - Love Ionic & love angular. Thanks for the great resources. :)

gortok commented 8 years ago

I'll take a look. Thanks.

gortok commented 8 years ago

I remember there being an Ionic issue with this recently; something about one of the tools they use dropping S; @mhartington do you remember which issue that was and the fix? I'll take a look into it, just super-paging you in case your google-fu is stronger. That appears to be the issue here.

gortok commented 8 years ago

@ethanmay Also, the OAuth module that was in here was just removed; it was causing issues when trying to use it with the actual oauth submodule. @nraboy provides one you can install: https://github.com/nraboy/ng-cordova-oauth

ethanmay commented 8 years ago

@gortok Thanks for the update. I found that OAuth module and am using that now.