I have been trying to connect my app to an API in my cordova app. But every time I build the apk and run it, it just doesn't seem to get any requests through.
I tried adding
<allow-navigation href="my-api" />
but nothing seems to work it doesn't seem to work...or am I missing something? In the browser and postman, everthing seems to be working as expected.