Ionic Map Issue

Hii I am sanjay,
I make a tracking application in ionic 2. using GoogleMaps of ionic native plugin.
the map controls are loaded properly but map was not rendering(It show map controls but not showing map . it show white screen).
Please help me to out this problem.

FYI: i was only able to get native google maps to work on a page. if your trying anywhere else like a modal it doesn’t work properly

Since the maps plugin displays the native map view behind(under) the browser, you can not display the map in modal dialog, except you hide all HTML elements exclude the modal dialog.