You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use @ionic-native/google-maps, please tell the package.json (only @ionic-native/core and @ionic-native/google-maps are fine mostly)
@ionic-native/core :
@ionic-native/google-maps :
Current behavior:
On iOS 13 using map.animateCamera after the map is tapped causes the map to be animated such that the tapped location is at the top left edge of the map instead of the center. My code puts a marker at the tapped location so I can see where it should be, but the marker moves elsewhere. You can see in this video
Expected behavior:
The map should animate to the location I specified without adjusting to another location.
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)Current behavior:
On iOS 13 using
map.animateCamera
after the map is tapped causes the map to be animated such that the tapped location is at the top left edge of the map instead of the center. My code puts a marker at the tapped location so I can see where it should be, but the marker moves elsewhere. You can see in this videoExpected behavior:
The map should animate to the location I specified without adjusting to another location.
Screen capture or video record:
https://drive.google.com/file/d/1AlZ4_FooDPw5kA7vegH91aVTo5S0uJ_q/view?usp=sharing
[Android]
$> adb shell screenrecord /sdcard/capture.mp4
$> adb pull /sdcard/capture.mp4 ./
[iOS]
Use QuickTimer player on Mac
--->
Related code, data or error log (please format your code or data):
Support this plugin activity
I appreicate if you give me a beer 🍺 from here
The text was updated successfully, but these errors were encountered: