0
In the browser googlemaps loads normally, already in an emulator or mobile the application opens but everything is blank as in the photo, already installed the dependencies googlemaps, Geolocation and network.
0
In the browser googlemaps loads normally, already in an emulator or mobile the application opens but everything is blank as in the photo, already installed the dependencies googlemaps, Geolocation and network.
0
When the page goes blank there is some error. Check the Chrome console (How to open the console). It is very strange that you can run in the Browser and not in the Emulator/Mobile. Which command you are using?
ionic run android
To test on mobile (must be plugged in USB) use:
ionic run android --device
I used these same commands, but when it opens, it opens blank without error in the console
Browser other questions tagged ionic ionic2 ionic3
You are not signed in. Login or sign up in order to post.
Error shown in console?
– DiegoAugusto
no error appears in the console
– lavaprato
You’re using Chrome to look at the console, right?
– DiegoAugusto
yes, in Chrome it runs normal, only in the emulator that gives that problem
– lavaprato
I don’t think you understand, try to inspect the emulator for Chrome: https://answall.com/questions/257350/howto check the console of an application
– DiegoAugusto
I know the question is old, but discovered the problem? In my case appears only the google logo, both on Android and iOS.
– Gonzaga Neto