Ability to prevent overlay entirely or allow the click to go through to other elements #463
Replies: 1 comment
-
So it looks like you can call setOnBalloonOutsideTouchListener and it will let avoid the bodyWindow from intercepting the click. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have multiple balloon triggers on the screen at once, buttons, text etc. We've been asked to make it so that when you have an existing tooltip open and click on another trigger, it should close the previous tooltip and open the new one without the intermediate click that happens due to the overlay.
Is this possible? Can we either prevent the overlay entirely, or allow the click to pass through some how?
Essentially being able to just click back and forth between two ElevatedButtons showing their respective tooltips without the extra overlay click.
Thanks for any assistance!
Beta Was this translation helpful? Give feedback.
All reactions