Issue with cordova-plugin-googlemaps in ionic2

Hi,

I’m experiencing something weird with ionic2 and cordova-plugin-googlemaps.
It seems that if you use nav.push(mapPage) the map is not displayed, but if you use nav.setRoot(mapPage) it works. Any ideas?

More details here:

dependencies:
“ionic-angular”: “2.0.0-beta.10”,
“ionic-native”: “1.3.2”,

Thank you.

UPDATE:

For those interested see my response here: