angularjs - how to access resources on windows phone 8.1 with cordova -


i developing windows phone 8.1 app based on cordova framework, design, there resources need loaded in advance, txt files json content actually. way loaded using angular $http.get relative path file resource url, $http.get('resources/init.json') . situation right is, works on debug mode, however, error reported when it's published, error message : 'error: resource direct reference non-default resource candidate.'

not sure how happen, ideas?


Comments