@eydamson wrote:
Hi i am trying to load a json file from my server.. so i tried
cc.loader.load({id: 'http://example.com/data.json', type: 'json'}, function (err, tex) { });
cc.loader.load('http://example.com/data.json', function (err, tex) { });
these codes are working on web platform.. but not on android..
and i tried looking atcc.loader.getItems()
my json file is not there..
why it its not working on android?
Posts: 1
Participants: 1