Skip to content Skip to sidebar Skip to footer

Angular $http.get() Does Not Work In Phonegap Devapp

For my Phonegap App I'm trying to load a JSON file using angulars $http. I got this service: cApp.factory('language', function ($http) { return { getLanguageData: func

Solution 1:

You should just handle it as file using the file-api for cordova apps.


Post a Comment for "Angular $http.get() Does Not Work In Phonegap Devapp"