I encountered a problem with my app, i don’t know yet if it is a ionic / cordova or android problem, maybe you had a similar problem…
When using my app with wifi activated, but not connected and a 4G connection, the application can’t access to the internet. If i disable wifi the application can access internet with 4G. I guess the application tries to connect with WIFI but fails and doesn’t try the 4G interface. Maybe there is a configuration that tells the application which network interface to use by default but i can’t find it. How can i figure out this problem ?