Search code examples
androidionic-frameworkcapacitor

ionic5 capacitor app works on lower versions of android 7, 8 but does not work on android 10


I am doing my first ionic project and my android app is working on lower versions of android but not on 10 and higher so wanted to know if I have to change some settings to fix this bug.

Any help on this will be appreciated.


Solution

  • For sdk versions 28+, android requests are forced to be https so change tour requests from http to https.