Skip to content Skip to sidebar Skip to footer

Axios Not Working On Android After Phonegap Build

I've got a problem in my Phonegap .apk after build it on their site, my problem is axios not working, but in my Desktop Phonegap App it works fine. I don't know what is/are the iss

Solution 1:

For Android / PhoneGap apps, you have to tell the OS which domains you want to access. Maybe that's what's going on?

Here's a cordova plugin that's related: http://npmjs.com/package/cordova-plugin-whitelist

Post a Comment for "Axios Not Working On Android After Phonegap Build"