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

[Bug] SwipeView on UWP Executes Command Twice #11251

Closed
tdoell opened this issue Jun 30, 2020 · 1 comment
Closed

[Bug] SwipeView on UWP Executes Command Twice #11251

tdoell opened this issue Jun 30, 2020 · 1 comment
Assignees
Labels
a/swipeview e/2 🕑 2 in-progress This issue has an associated pull request that may resolve it! p/UWP t/bug 🐛
Milestone

Comments

@tdoell
Copy link

tdoell commented Jun 30, 2020

Description

When using SwipeView on UWP and a SwipeItem Command is executed, the Command is executed twice.

Steps to Reproduce

  1. Run Xamarin.Forms UWP app
  2. Swipe from right->left (touchscreen monitor only...)
  3. If SwipeItems.Mode is set to Reveal, tap cell, other wise swiping across should executed command
  4. Debug.WriteLine in Command is printed twice

Expected Behavior

SwipeItem Command is executed once when Mode is set to Reveal or Execute

Actual Behavior

SwipeItem Command is executed twice when Mode is set to Reveal or Execute

Basic Information

  • Version with issue: 4.7.0.968
  • Last known good version: N/A
  • IDE: Visual Studio 2019
  • Platform Target Frameworks:
    • UWP: 16288
  • Affected Devices: UWP

Reproduction Link

SwipeViewMultipleExecuteUWP.zip

Workaround

One of the multiple ways to work around this issue is to ignore a second execution of the command during a certain time interval, but this is not an ideal solution.

@tdoell tdoell added s/unverified New report that has yet to be verified t/bug 🐛 labels Jun 30, 2020
@jsuarezruiz jsuarezruiz self-assigned this Jul 1, 2020
@jsuarezruiz jsuarezruiz added e/2 🕑 2 and removed s/unverified New report that has yet to be verified labels Jul 6, 2020
@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Jul 6, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 4, 2020
@samhouts
Copy link
Member

closed by #11323

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/swipeview e/2 🕑 2 in-progress This issue has an associated pull request that may resolve it! p/UWP t/bug 🐛
Projects
None yet
Development

No branches or pull requests

3 participants