Ionic Native-Google maps

Hello everyone,
I’m trying to get the google maps working in my project.When I set the map page to the root page of the application the map shows up but when I navigate from a page to the map page I get a blank page.I followed the instructions given as in the plugin page.I’ve tested it on a device and tried push and setRoot but they all of them had the same effect.Should I include any CSS explicitly?
Thanks,
Naveen

He, naveen_neti maybe you like consider use leaflet instead google maps native api, leaflet has a great doc, support and performance, and you can use google maps or openstreetmap, IMO is more resilient, if you need help with leaflet i am available to help you.

I’m already using google maps js and was thinking of replacing it with the native plugin.Is there a native plugin for leaflet to use with ionic?