Hi everyone,
Ionic is great tool for me. Few days ago, I try follow getting started documentation, build new apps with ionic. Everything just fine at ionic serve environment with browser at computer, but when i build and install apps on android, networking ($http.get, img src etc) not working. My config.xml already contain access origin="*" and AndroidManifest.xml already contain
uses-permission android:name="android.permission.INTERNET"
uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"
uses-permission android:name=“android.permission.ACCESS_WIFI_STATE”
Hi, thank you all for the tips, my android app is working again, but I’m unable to get it working with appinbrowser and I don’t know how to debug to see what its happening inside.