Ionic run android works BUT apk does not access internet

Not work for me…
add this to config.xml :

   <access origin="*"/>                    
   <allow-intent href="*" />
   <allow-navigation href="*" />

Any ideas ? Please help!
Not work only release build, debug build work fine.
Whitelist plugin and 5.0.0 cordova installed.

4 Likes