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

UWP: SwipeGestureRecognizer not recognising a swipe #3831

Closed
davidbritch opened this issue Sep 19, 2018 · 4 comments
Closed

UWP: SwipeGestureRecognizer not recognising a swipe #3831

davidbritch opened this issue Sep 19, 2018 · 4 comments

Comments

@davidbritch
Copy link

Description

Swipes not recognised with a SwipeGestureRecognizer on UWP. Works fine on iOS/Android.

Steps to Reproduce

  1. Run the attached sample.
  2. Navigate to the Swipe Page (XAML) (or any other page).
  3. Swipe in the BoxView.

Expected Behavior

The swipe is recognised, the OnSwiped event handler executes and the Label updates.

Actual Behavior

The Label doesn't update, indicating that the OnSwiped event handler isn't executing.

Basic Information

  • Version with issue: 3.2.0.839982
  • IDE: VS2017 15.8.4
  • Platform Target Frameworks:
    • UWP: 17134

Reproduction Link

SwipeGesture.zip

@velocitysystems
Copy link

@davidbritch @pauldipietro I can confirm this too.

@velocitysystems
Copy link

Just realised, isn't this fixed in 3.3.0 by #3098?

@velocitysystems
Copy link

@samhouts I know this is in 3.30-pre1, but this really needs to be picked over to an upcoming 3.2.0-sr1 release given SwipeGestureRecognizer was a key feature in the 3.20 release.

@davidbritch
Copy link
Author

Looks like this is fixed by #3098

@samhouts samhouts added this to the 3.2.0 milestone Sep 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants