Meteor app error on Android after API 28

Hey guys,

I recently had to update an Android (Meteor-Cordova) app to API 28 due to Google’s new policy. However, after doing it, my app simply doesn’t process any external scripts anymore - even though I’m using the whitelist cordova plugin and allowed all access origins on my mobile config. Since I’m using Ionic through CDN, the whole UI is dead because of this.

I recently found a post discussing that the issue may be solved through
android :usesCleartextTraffic

But this didn’t work for me. Any idea what I could try?
Thanks!

Any reason not including ionic in the build?

I added Ionic through the CDN… it works perfectly on iOS, but not on Android. Even Google Fonts isn’t loaded on Android. It seems like it’s blocking any external code.