Blazor @onclick event has different behavior on each platform. E.g. on windows you can mousedown, hold for 5s, then mouseup and it will still trigger click event. On mobile devices if the press > ...
This functionality works correctly in Next.js version 14.1.1 and earlier The issue is reproducible on all iOS 12-13 devices tested through BrowserStack The same code works correctly on newer iOS ...