Skip to content

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:38
· 19 commits to main since this release
9699444

🐞 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.