Chuck Krutsinger
Chuck Krutsinger
Even though Xamarin has gone away, this issue is relevant to MAUI developers who develop for iOS. I have had to downgrade to 1.7.335 and will be forced to stay...
I can see that in the map handler implementation, the MapSpan is used to set the center but not the width and height of the map view. See [https://raw.githubusercontent.com/CommunityToolkit/Maui/main/src/CommunityToolkit.Maui.Maps/Handler/Map/MapHandler.Windows.cs](https://raw.githubusercontent.com/CommunityToolkit/Maui/main/src/CommunityToolkit.Maui.Maps/Handler/Map/MapHandler.Windows.cs) ```...
Is this something that will be addressed?
@bijington I don't know how to fix it.
> You can disconnect the handler in xaml for your custom handler for .net 9: > > ``` > x:Name="map" > HandlerProperties.DisconnectPolicy="Manual" > IsScrollEnabled="False" > ItemsSource="{Binding Pins}"> > > ```...
> This used to work if I remember correctly. Yes, this was working until a few weeks ago.