Just updated an app from 1.2.0 => 1.3.1 in my app, and suddenly the PullToRefreshListView no longer works.
Reverting to 1.2.0 fixes the issue.
@GeertvanHorrik there was a breaking change around mouse usage for this control, documented in the Release notes https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.3.0
Thanks for the fast reply.
A breaking change in a 1.* release, that's a bit unexpected. However, I do have it explicitly set to true, so that change shouldn't affect me.
Are you able to provide a quick repro project for the issues at all?
If you downgrade the project to 1.2.0, it works again.
Once I have time, I might look into this, but need to finish a few other OSS tasks first ;-)
Pinging @nmetulev
The issue here was found by using the ItemWrapGrid and allowed me to find the bug. Should be fixed in #936