Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
softlion authored Apr 19, 2024
1 parent 70b9148 commit 8c46e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ destroy is in red, cancel is separated from the other buttons.
This is the best UI practice, don't try to change it.

`position` helps the menu to display around that rectangle, preferably below/right/above/left in this order. This is useful on tablets and large screens.
You can obtain the position of an interaction using the [Gesture](https://github.com/softlion/XamarinFormsGesture) nuget:
You can obtain the position of an interaction using the [Gesture](https://github.com/vapolia/MauiGestures/) nuget:

```csharp
new Command<PointEventArgs>(async args =>
Expand Down

0 comments on commit 8c46e73

Please sign in to comment.