Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug][UWP][SwipeView] Listview item tap event is not fired when Swipe view is disabling #12955

Open
PriyankaAG opened this issue Nov 24, 2020 · 1 comment
Assignees
Labels
a/swipeview e/5 🕔 5 i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often p/UWP t/bug 🐛

Comments

@PriyankaAG
Copy link

Description
On UWP, we are using the Swipe view for a Data Template in a Collection view. But If we disabled the swipe view for a line item, the tap gesture also will not get fired for the line item. This is working fine on Android.

Steps to Reproduce
Place a Swipe view in a collection view
Add a swipe item
Add a view to the content of the Swipe view
Add a Tap Gesture recognizer to the Content
Tap on line item
Expected Behavior
The Tap gesture Tapped event or command should fire

Actual Behavior
The tapped gesture event or command doesn't fire if you disabled the swipe view.

Basic Information
Version with issue:
Last known good version:
IDE: VS 2019
Platform Target Frameworks:
Windows 10
NuGet Packages: Xamarin.Forms 4.7.0.968
Affected Devices: Windows 10

@PriyankaAG PriyankaAG added s/unverified New report that has yet to be verified t/bug 🐛 labels Nov 24, 2020
@samhouts samhouts added this to New in Triage Nov 24, 2020
@jsuarezruiz jsuarezruiz self-assigned this Nov 24, 2020
@hartez
Copy link
Contributor

hartez commented Jan 9, 2021

The TapGesture is definitely not working, though TBH it doesn't seem like SwipeView is working at all on UWP.

_12955 Repro.zip

@hartez hartez added i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often and removed s/unverified New report that has yet to be verified labels Jan 9, 2021
@hartez hartez added this to To do in UWP Ready For Work via automation Jan 9, 2021
@hartez hartez added this to Backlog in SwipeView via automation Jan 9, 2021
@hartez hartez removed this from New in Triage Jan 9, 2021
@hartez hartez added the e/5 🕔 5 label Jan 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/swipeview e/5 🕔 5 i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often p/UWP t/bug 🐛
Projects
SwipeView
  
Backlog
Development

No branches or pull requests

3 participants