I found this helpful resource for integrating Google Maps into my Ionic app. Everything is working smoothly, but I am trying to make the map fill the remaining height below the header.
Currently, I can only set a fixed height in pixels like this:
.angular-google-map-container { height: 200px;}
When I attempt to use a percentage value instead, the map stops displaying altogether.
If anyone has experience with this issue, I would greatly appreciate your assistance.