On my local laptop I have a bunch of sites running using docker and made accessible in my /etc/hosts like so:
> 127.0.0.1 www.example.local
> 127.0.0.1 api.example.local
> 127.0.0.1 connect.exampe.local
Using Ionic I am emulating android: ionic cordova emulate android
Now when I got the browser on the android and I type it in www.example.local, I cannot access the site. But it works fine from my local. I assumed they would be using the name network settings. What configuration am I missing?