Add LongPress event #17618
Unanswered
criss02-cs
asked this question in
Ideas
Add LongPress event
#17618
Replies: 1 comment
-
You can now also use https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/touch-behavior?tabs=toucheffect-xaml%2Ctouchbehavior-xaml#handling-long-press-interaction as another solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi everyone, I was developing my app with .NET MAUI and I noticed something, the possibility of managing the event of long pressure on a button, or in any other control, is missing, I solved it by creating a custom button that implements this functionality however I believe it should be included as a basic functionality since it is used a lot nowadays
Beta Was this translation helpful? Give feedback.
All reactions