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
I have a TouchableOpacity nested inside ContextMenu that's absolutely positioned to fall 50% outside of the view, as depicted in this screenshot (notice the comment bubble in the top-right -- the ContextMenu is the grey part):
The only part of the touchable that responds to a touch event is the part of the view that's visibly inside the ContextMenu. The remaining 50% of the touchable that falls outside the bounds of ContextMenu doesn't respond at all. Here's a recording of the issue:
Kapture.2021-06-15.at.16.00.06.mp4
Is there a way to workaround this?
Thanks!
The text was updated successfully, but these errors were encountered:
This is crazy! The UIView that the context menu wraps controls the bounds of the preview showing, so there must be something weird happening with the layout clipping. Are all the touchables child views or are you using absolute? A reproducible simple example I can test with would go a long way
Hi there, thanks for the great library.
I have a
TouchableOpacity
nested insideContextMenu
that's absolutely positioned to fall 50% outside of the view, as depicted in this screenshot (notice the comment bubble in the top-right -- theContextMenu
is the grey part):The only part of the touchable that responds to a touch event is the part of the view that's visibly inside the
ContextMenu
. The remaining 50% of the touchable that falls outside the bounds ofContextMenu
doesn't respond at all. Here's a recording of the issue:Kapture.2021-06-15.at.16.00.06.mp4
Is there a way to workaround this?
Thanks!
The text was updated successfully, but these errors were encountered: