Google Maps Native

I’m using Native Google Maps SDK, as described here: http://ionicframework.com/docs/v2/native/google-maps/

Then I’m using a CSS hack to disable scrolling like so:

.no-scroll .scroll-content{
overflow: hidden;
}

But now when I move to the map page, the Map loads very badly with delay in moving from right to left, across the screen as the map page moves in. Any idea how to improve/fix this issue?

Many thanks!

Are you getting any JavaScript errors in the console?