-
-
Notifications
You must be signed in to change notification settings - Fork 513
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
Background doesn't dim as expected #376
Comments
It turns out the dimming DOES work it just doesn't show up until the panel is nearly fully expanded. I think this also means that tap to dismiss does not work when a panel is at half height though as I am unable to get touch events when the panel is at half height but can at full height. |
I experienced the same thing with .half, it seems like the backdrop view isn't there. If you implement the |
@scenee, I think @jnwagstaff answer should be on README. |
@WrathChaos I agree with you 👍 I will add an explanation about the backdrop alpha API. |
Expected behavior:
The
backdropView
behind panels will dim or turn a translucent black.Actual behavior:
The
backdropView
appears clear.How to reproduce:
Run the stocks example. I tested on iOS 12 and 14.
Using: The latest copy of the repository as of July 30th 2020.
The text was updated successfully, but these errors were encountered: