-
Notifications
You must be signed in to change notification settings - Fork 327
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
camera switch is not working after clicked video. Unresponsive Blue screen #221
Comments
Hello @hiteshborse12 , Did you find any solution to this problem ? |
Quick fix to problem. present VideoViewController and PhotoViewController with modalPresentationStyle set to fullScreen in ViewController.swift It's related to view cycle methods as viewDidxxxx method no longer getting called when presenting. |
Thanks @mbesnili , I will check. |
I did the same thing but it's not working. |
hi, |
@jainpalak95 Sorry but I don't have source code. I think i deinit all variables and re-initialized all instances.. |
The camera switch is not working after the record video. I just see an image with a blue screen and everything becomes unresponsive. Any way to fix this?
Steps:
Here you will see a blue screen.
Device :
iPhone X
iOS: 13.2.3
Demo video : https://drive.google.com/file/d/1RGRJNWr_NGIxpt9llaEKroe4OUsSqcA-/view?usp=sharing
The text was updated successfully, but these errors were encountered: