So i'm building an Ionic App with API calls, everything works fine when i run it on the browser and i get all my data.
But when i build the app (ionic cordova build android) and install the .apk in my phone, i get NO data, the view is just empty and i don't know why.
I followed instructions that i found here but still nothing.
I even installed "android-permissions" cordova plugin as explained in this question but when i'm installling the app one my phone, it says that the app does not require any permission.
I'm lost and don't really know why it is not working. Help neede please !.
Information about the project
Created using "ionic start appName blank --type=angular"
Ionic Framework :
@ionic/angular 4.9.1
Ionic CLI :
5.4.1
Cordova CLI :
9.0.0
Cordova Platforms :
android 8.1.0
Thank you
chrome://inspect/#devicesin your chrome Search bar. Connect your Mobile(enable Developer option & USB debugging from settings) via Cable you will see your device slick on it a New debugger window will open. check console for errors / warnings.