-
Notifications
You must be signed in to change notification settings - Fork 54
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
SwiftUI
masked items zindex on top of everything
#295
Comments
Hey @sterien7, thanx for reporting this. The way this is currently implemented is
I imagine the problem is that the maskable views are in the view hierarchy and somehow we fail to detect that they are not visible, so we can safely ignore them. Can you share a small snippet of how you present the fullscreen view in the screen recording you attached? |
Sure @ioannisj
Ευχαριστω! |
Hey @sterien7 thanx for the patience here! I just pushed a quick/messy fix to fix/full-or-partial-cover-masking. Could you point your dependency to that branch and let me know if this resolves the issue on your end? Just wanted to check with you before cleaning this up. Appreciate it! |
ping @sterien7 |
Sorry guys I was out I will check it first thing next week |
@ioannisj @marandaneto it doesn't work for my case |
@sterien7 Thanx for taking the time to check. I'll have another look and come back to you! |
Version
3.19.4
Steps to Reproduce
Expected Result
The second screen that opens on top of the first must have a bigger zindex than the masked boxes
Actual Result
The black boxes that are inserted to the screen capture looks like they have a very big z-index so they are visible on every screen that is on top of the screen that has the actual masked elements (Images and texts)
Screen.Recording.2025-02-10.at.16.03.19.mov
The text was updated successfully, but these errors were encountered: