You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have a use case quite similar to the standard google maps. However, we have one noticeable difference: When the bottom sheet is resting at the middle anchor point, we want touch events from the top part of the view (not covered by bottom sheet) to be propagated down into the underlying view (a map view).
Our bottom sheet component view stack is like this:
This component sits on top of the rest of the view stack.
When the bottom sheet is in position COLLAPSED, the underlying views get their properly propagated touch events. However in state ANCHOR_POINT, the underlying view does not receive any touch events in the "non-covered area", and dragging in this area moves the bottom sheet.
The expected behaviour in this case would be that touches and drag events in the non-covered area is propagated to the underlying views in the same fashion as in the COLLAPSED state.
The text was updated successfully, but these errors were encountered:
Hey,
we have a use case quite similar to the standard google maps. However, we have one noticeable difference: When the bottom sheet is resting at the middle anchor point, we want touch events from the top part of the view (not covered by bottom sheet) to be propagated down into the underlying view (a map view).
Our bottom sheet component view stack is like this:
This component sits on top of the rest of the view stack.
When the bottom sheet is in position
COLLAPSED
, the underlying views get their properly propagated touch events. However in stateANCHOR_POINT
, the underlying view does not receive any touch events in the "non-covered area", and dragging in this area moves the bottom sheet.The expected behaviour in this case would be that touches and drag events in the non-covered area is propagated to the underlying views in the same fashion as in the
COLLAPSED
state.The text was updated successfully, but these errors were encountered: