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

Remove Overlay #212

Closed
chamitha opened this issue Jun 7, 2019 · 8 comments
Closed

Remove Overlay #212

chamitha opened this issue Jun 7, 2019 · 8 comments
Assignees

Comments

@chamitha
Copy link

chamitha commented Jun 7, 2019

Hi there. Is there a way to configure the framework to not add an overlay? I know I can set the overlay background colour to clear visually mimic this but not including it in the first place would be preferred. Thanks!

@ephread
Copy link
Owner

ephread commented Jun 25, 2019

Hey @chamitha, sorry for the late response. Sadly, it's not possible at the moment. Are you trying to achieve something in particular?

@chamitha
Copy link
Author

Thanks @ephread for the reply. I was hoping to maintain the screen as active and responsive whilst the popover is displayed so the user is not forced to dismiss it before continuing the use the screen. This is the behaviour in the YouTube app for example where the popover behaves like a tooltip and the screen is fully responsive. Granted there will be some complexity dismissing the popover when the user clicks anywhere else on the screen if no overlay view is present to capture this event.

@ephread
Copy link
Owner

ephread commented Jun 29, 2019

Alright, good point; I'll add a new flag in the next version to let the overlay be non blocking; you'll be able to achieve what you want by setting the overlay's color to .clear and setting that new flag to true.

@chamitha
Copy link
Author

Perfect, thanks.

@chamitha
Copy link
Author

Hi @ephread. Any update on this? I can give it a go if you haven't already started on it.

@noumantariq008
Copy link

Hi @ephread. Any update on this?
I wanted to achieve the same thing.

@ephread ephread self-assigned this Apr 1, 2020
@ephread ephread closed this as completed in e3a5f84 Apr 1, 2020
@chamitha
Copy link
Author

chamitha commented Apr 9, 2020

Is this yet to be released?

@ephread
Copy link
Owner

ephread commented Apr 9, 2020

Yes, this hasn't been released yet. It's available in master though.

The new property is named: overlay.forwardTouchEvents.

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

No branches or pull requests

3 participants