App run perfectly on browser but not on real device

ionic cordova platform rm android

ionic cordova platform add android

Hi, I am facing the same issue http is not fetching data in real android device but its working completely fine in browser.

I have tried this many times but still not working.

Did you provide the necessary permissions required for some plugins in config.xml? Also try putting alerts in the component.ts and the first screen so that you know what part of the code is not working. Try putting code in try catch block as well.