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 commit was created on GitHub.com and signed with GitHub’s verified signature.
🐞 Bug fixes
MAUI Windows: double-clicking the nav/GPS/d-pad overlay buttons leaked through to the map — On WinUI the second click of a fast double-click is raised as DoubleTapped (not a second Tapped), so the overlay buttons, which only handled Tapped, dropped every second press and let the unhandled DoubleTapped bubble past the button — zooming/panning the map "behind" it. Fixed by also handling DoubleTapped on the zoom (+/−) buttons, GPS buttons, and rotate/pitch d-pad arrows (running the same action and marking the event handled), and swallowing DoubleTapped on the attribution chip.