Some SDKs have feature when using LocationDisplayAutoPanMode.Navigation:
"If the visible map extent is changed by the user navigating the map interactively, or by a programmatic navigation method, this will cause AutoPanMode to be reset to OFF. However, if the user double-taps or pinches to zoom the map only, the AutoPanMode remains as NAVIGATION while the map is zoomed in or out, allowing users to easily zoom the map while in this mode." Text was taken from Android API reference
Feature works on AppStudio too.
But it doesn't work on .NET MAUI. There is no text about that feature in ArcGIS Maps SDK for .NET.
Is it bug or by design?