Hi i have this data service url:
http://servicedatosabiertosdesarrollo.c ... ormat=json
i am using it for loading some questions for mi game, it works good on web. But when i try it to run the app with cocoonjs on mobile it shows me the following error:
GET RESOURCE 'http://servicedatosabiertosdesarrollo.cloudapp.net/v1/Atencion_Reparacion_Integral_Victimas/setdatosjuego/?$format=json
'storage/emulate/0/Android/data/com.ideateca.cocoonjslauncher/files/vitimalz_game_optimizado/http:/servicedatosabiertosdesarrollo.cloudapp.net/v1/Atencion_Reparacion_Integral_Victimas/setdatosjuego
and the following warning:
Its´s recommended to use utf8 or utf16 encoding. Loaded "http://servicedatosabiertosdesarrollo.cloudapp.net/v1/Atencion_Reparacion_Integral_Victimas/setdatosjuego/?$format=json" with 'Proprietary' encoding.
is there someone that could help me? Thanks