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
This is a bug related to screen density and or zoom in the simulator. When dragging the map, it generates an image of the marker component and adds it to the map. Evidently, due to screen density, the image is generated in the wrong size.
This bug should only affect the simulator, and will not be present in any device
@shannah as a sidenote: Even though it is not as like as on the simulator, but on an iPad device there are also issues that the added component might jump arround or even gets displayed replicated while panning
When I add a container to the
MapContainer
it won't get displayed properly in the simulator:my sample code:
The text was updated successfully, but these errors were encountered: