The Situation
I\'m currently developing an app for a customer, who wishes to have a Google Maps integration. He wants the map to show the route from
For me, it turned out that specifying the map's div width and height as percentages did not work. Specifying them as px or vw/vh worked.
The odd thing - as with the original question - was that the percentage sizes did work in the browser and on iPhone, but not on Android. So I was convinced that the problem was something else - maybe permissions or network connections. But it was just that the percentage sizes made the div invisible.