Scrollview doesn't recognize scroll command after any gesture recognizer implemented #22666
Labels
area-controls-scrollview
ScrollView
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
If any gesture recognizer is implemented to ScrollView or any child element under ScrollView, scrolling stops working. Scrolling is essentially a "pan gesture", yet implementing other gestures will make it stop too.
I also tested it like this, outcome is the same.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.0-preview.3.10457
Is this a regression from previous behavior?
No, this is something new, Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
As a workaround I implemented my own scroll event by adding "PanGestureRecognizer", yet the native scroll behaviours would be better.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: