How can point my framework7-cordova based app to an external API?

36 Views Asked by At

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.

0

There are 0 best solutions below