Open samhouts opened 6 years ago
I'm not seeing the issue described in the ticket. I've attached a reproduction here that works for me on UWP/Android/iOS
On Xamarin.UWP, top bottom swipe is not scrolling. I have added more labels so that the vertical scroll is shown. But I cannot scroll by swiping up and down. SwipeGestureRecognizerUWP-Updated.zip
On Android, if custom renderer is used for label and either one of these are enabled [ SetTextIsSelectable(true), Click += ClickLabel, MovementMethod = new LinkMovementMethod() ], the swipe will not work. Also, the swipe is not sensitive with custom renderer.
On iOS, everything is working fine (even with custom renderer).
alright @tekmun I updated the description on the ticket to reflect the problem. Please let me know if that represents the issue you are seeing
Hi, is this issue fixed?
Hi, did anyone try out the attached sample code that shows Xamarin.UWP is unable to scroll up and down once the swipe gesture recognizer is attached to the scrollview. To me, the bug is obvious. Any updates? Thanks.
Hi, this issue is not fixed yet. Is there anything I can do to expedite a solution? Thanks.
@samhouts is this being looked at still? I'm having this issue with VS 2019 and my android simulator.
Description
When SwipeGestureRecognizers are added to a stacklayout in a scrollview the scrollview will no longer scroll with touch.
The only way to see this behavior is to use the simulator or a device where you can actually touch the screen.
View on Developer Community
To find diagnostic information, see the original linked feedback ticket.
Source
736026