Closed serhuz closed 1 week ago
hi, can you please check if recycler is scrollable when using v10.9.0
?
yes, scrolling works on v10.9.0
Thanks for confirming!
It seems that we need to introduce some new API to allow / restrict intercepted touch events. For now I believe using v10.9.0
is the only option to make it work.
@serhuz could you try to call https://developer.android.com/reference/android/view/ViewGroup#requestDisallowInterceptTouchEvent(boolean) to stop map from intercepting recycler touch events?
Closing as stale.
Environment
Observed behavior and steps to reproduce
RecyclerView
as an annotationExpected behavior
The recycler should be scrollable
Notes / preliminary analysis
Seems like the
MapView
is consuming touch events and the recycler becomes unscrollable