-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
[BUG] Fields in View hide the camera controls #81
Comments
Just wanted to chime in and mention I'm experiencing this as well. |
This is probably not tied with |
Just want to say I have the same issue. I tried to use |
I just reproduced it too, it's really a serious bug but don't know why I did not notice it :) might be because I have never switched the app during opening camera. I just experienced a same result but it happens in a other case (see #88). |
I have this view
it produces this screen

However I was expecting this screen:

I noticed that the controls become invisible (like in the first picture) different kinds of fields in the view. So when I remove
@Environment(\.dismiss) private var dismiss
it works fine.It also does not work with this line
@State private var viewModel = ViewModel()
withViewModel
being any type of class. If I leave out@State
it does not work either.However I could observe, that a simple variable e.g. holding a
Bool
was not showing the same result.I use iOS 18.2, Xcode 16.2 and Camera Version 3.0.1
The text was updated successfully, but these errors were encountered: