Closed rootasjey closed 7 years ago
Hey! I actually thought I fixed this one by doing this
<userControls:RepoListItem ManipulationMode="System" />
But turns out it is still a problem. Not sure why.
It seems that this property (on PullToRefreshListView) is blocking touch manipulations:
IsPullToRefreshWithMouseEnabled="True"
I don't know which action you'd like to take:
I wonder if this is the correct PullToRefreshListView's behavior or a bug.
Thanks for the analysis. I'll try the second option (Deactivate this option only on mobile devices), could you also try it and test it on a mobile device? (I do my testing on an emulator). It does not seem like the ideal behaviour though.
You welcome! Yes, I will be able to test the fix on my device. For now, when the property is deactivated I'm able to slide horizontally to change PivotItem (today, week, month).
I'm disabling IsPullToRefreshWithMouseEnabled
property on mobile devices, so users will be able to slide horizontally .
Hello, First of all, good work for this app.
It seems that I can't slide horizontally on the trending view to change PivotItem. For example, from 'today' to 'this week'.
This issue happens when I'm on phone (Lumia 650). I'll try to look into this issue this weekend.