Closed pavelglebov closed 3 years ago
@SteffeyDev Hello! Could you please check this out? Would be helpful for me!
What was the issue that prompted this? Were you trying to tap outside tooltip and it wasn't working?
Yep, I have fullscreen view under the Component with Tooltip. Component is also fullscreen, with pointerEvents="box-none". While Tooltip is OFF, beneath view is tappable. But when I set Tooltip to Visible - beneath component is no longer touchable. I was debugging Popover.js and saw that all of you components have pointerEvents="box-none" - thus touches should reach beneath views. Except one View, which also takes fullscreen, but doesn't have pointerEvents="box-none" - this View is blocking touch events to be passed to beneath views.
@SteffeyDev
Released 4.0.2
When using mode={PopoverMode.TOOLTIP}, not actually all events go through containers - one of them is missing pointerEvents="box-none" to allow accessing background views.