Good,
I’m using a phone with android 11, I consume an api but the data always comes out blank, but if I use an ionic serve to upload my project to the navigation it brings me all the information, I’ve been looking on the internet for some information that can help me help but I couldn’t find anything to help me solve this problem
If I use another device with android 9 below, my application shows the data without problems.
this._GetServicesService.ejecutarQuery<Compania>(’/compania’).subscribe(
data =>{
this.Compania = data
console.log( this.Compania);
}
)
Ionic:
Ionic CLI : 6.18.1
Utility:
cordova-res : 0.15.4
native-run : 1.5.0
System:
NodeJS : v16.14.0
npm : 8.5.0
OS : Windows 10
1 post - 1 participant