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

Blur behind Alert Dialog issue #87

Open
vbv1 opened this issue Dec 17, 2018 · 3 comments
Open

Blur behind Alert Dialog issue #87

vbv1 opened this issue Dec 17, 2018 · 3 comments

Comments

@vbv1
Copy link

vbv1 commented Dec 17, 2018

Hi,
Thanks for providing this library. It is working good in most cases.

But I have encountered a scenario, where I need to blur the view whenever an Alert dialog is displayed.

In this case, blur does occur, but it looks very weird.
It seems as if the blur is shifting downwards respective to original view instead of overlapping the view(which should ideally happen).

What I did was exactly similar to other scenarios,
ie. when displaying the alert dialog, I fetched the view which is to be blurred and set the blur on it as soon as dialog is displayed.

Can you guys recreate the same scenario and observe the behaviour.

Also, if anyone who tried the same, can you help out with the issue. Its been bothering me since long time and I need to fix this.

Thanks !!

@sagarrishabh
Copy link

@vbv1 Did you find any solution to this?

@7-cat
Copy link

7-cat commented Aug 23, 2019

+1

@pikaboo
Copy link

pikaboo commented Aug 13, 2020

The reason for this is the presence of action bar, in my case.
I gave an id to the global view, and passed that as the view to be blurred

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

4 participants