Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an ability to click on the Anchor view when there is visible overLay around the Ballon popup? #225

Closed
preethambogadi opened this issue Aug 3, 2021 · 4 comments

Comments

@preethambogadi
Copy link

preethambogadi commented Aug 3, 2021

.setFocusable(false) Will let us touch all the views around Balloon PopUp view even when the Balloon Popup is present.

But when overLay is present .setFocusable(false) is of no use. Is there anyother way to achieve this?

Example: With single tap on the notification icon. I wanted to dismiss the BallonPopUp and also allow click event on the Notification icon
Screen Shot 2021-08-02 at 11 58 33 PM

@JoePaul
Copy link
Contributor

JoePaul commented Aug 3, 2021

I had the same problem in my project, I solved it like the code snippet below and then manually dismiss the Balloon in the notification icons click listener. I don't know if it is the best way to do it but it passes the event down to the anchor being highlighted 😄

image

@preethambogadi
Copy link
Author

Thanks @JoePaul

@abhimuktheeswarar
Copy link

Will there be proper support for this, or should we continue to use the above-mentioned workaround?

@JoePaul
Copy link
Contributor

JoePaul commented Oct 10, 2021

I don't think it should be to hard to implement. I can take a look and se if I could make a PR for it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants