xamarin/Xamarin.Forms

[Bug] [iOS] Listview Scrolling does not work when implementing PullAndSwipe gesture

Offen

#6.691 geöffnet am 27.06.2019

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/gestures 🖖a/listviewe/5 :clock5:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Listview does not scroll when PullAndSwipe gesture is implemented

Steps to Reproduce

  1. Run the attached app. Attempt to scroll the list. It does not scroll. Attempt to swipe an item, it does swipe.
  2. Edit NotificationListPage.xaml. Remove the PullAndSwipe GestureRecognizer on the StackLayout (lines 86-90)
  3. Run the app again. Now the listview will scroll.
  4. Replace the Gesture and run against Android. The list scrolls and the swipe gesture works.

Expected Behavior

The listview should scroll as it does in Android.

Actual Behavior

The listview does not scroll

Basic Information

  • Version with issue: 4.1.0 pre-2
  • Last known good version: none (tested back to 3.2)
  • IDE:VS2019
  • Platform Target Frameworks:
    • iOS: 10.3
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

HeaderTest.zip

Contributor Guide