[SOLVED] Add support for tap gesture #95
Closed
chandra-arifin
started this conversation in
New Feature Discussions
Replies: 2 comments 5 replies
-
i solved this by use the extension: .BindTapGesture(nameof(vm.ShowItemCommand)) how can i closed this discussion? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Closed and answered |
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.
-
https://youtu.be/ddmZ6k1GIkM
Is the markup will add support for tap gesture like this video?
And swipe right also not working.
If the tap gesture on parent control (label on parent control) will work fine. But when inside the item template, not working.
(as you see on video, the view model is link to ancestor type)
Maybe support for binding context on items template (collection view item template etc) with type ancestor like video?
Beta Was this translation helpful? Give feedback.
All reactions