slg
Results
2
comments of
slg
Late to the party, but if it helps anyone, to get the viewport animation smooth on iOS you can use `var update = GMSCameraUpdate.fitBoundsWithPadding(bounds, padding); mapView.gMap.animateWithCameraUpdate(update);`
Having same issue. The odd thing was I wasn't having this issue before, didn't update any packages or anything. Ran `anchor build` and then suddenly started to get the error.