I have a ListView that demonstrates using the new binding capabilities (TargetNullValue, Fallback Value). Unfortunately the ListView misbehaves on UWP. Following back navigation from the detail page, the list stops scrolling until fingers are replaced on screen.
This is only reproducible when running from a device with a touch screen. I first tested this by remoting from a device with a touch screen and I couldn't reproduce
ListView.The ListView scrolls perfectly.
The ListView scrolls then stops, and only resumes when the scroll gesture is restarted (fingers removed and replaced).
When I run this I can scroll the list initially. When I navigate to a detail page (typically one later in the list) and navigate back, I can scroll until some databinding (I suspect) even triggers and then the list stops scrolling or responding to gestures. I can then lift my finger and resume scrolling fine.
I don't think you'll see my touches in this video, but you can see the list abruptly stop scrolling after navigating back to the list.
I confirmed this using 1 finger to scroll on my touch screen, and 2 fingers scroll gesture on the track pad. Same experience.
I tested this on 3.1 and it's also an issue there so this doesn't appear to be a regression from 3.1 to 3.2