I have Ionic2 app running well on windows chrome. I am using Firebase. When running on Android emulator I am getting a network error:
A network error (such as timeout, interrupted connection or unreachable host) has occurred.
I tried few suggestions with no success:
- I changed the button from submit type to button type
- I checked the whitelist
- I removed the usage of a form.
Nothing worked.
Is there anything I should configure in Firebase before running the web app on Android?