Ionic native - google map set center doesn't always work with ios

Have you seen this behaviour?

It doesn’t seem to work really well, I have map.setCenter(position) but the map is not centered around the position. No problem with Android. I’ve tested with a real device.

Edit: it works with ionic native 1.3.9, but I also drew a circle on the map and to make it work I have to center after drawing the circle.