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

camera switch is not working after clicked video. Unresponsive Blue screen #221

Open
hiteshborse12 opened this issue Feb 12, 2020 · 6 comments

Comments

@hiteshborse12
Copy link

hiteshborse12 commented Feb 12, 2020

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:

  1. Click video.
  2. Dismiss VideoViewController.
  3. Switch camera
    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

@mbesnili
Copy link

mbesnili commented May 4, 2020

Hello @hiteshborse12 ,

Did you find any solution to this problem ?

@mbesnili
Copy link

mbesnili commented May 4, 2020

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.

@hiteshborse12
Copy link
Author

Thanks @mbesnili , I will check.

@jainpalak95
Copy link

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.

I did the same thing but it's not working.
can you please confirm?

@jainpalak95
Copy link

Thanks @mbesnili , I will check.

hi,
did you find the solution?

@hiteshborse12
Copy link
Author

@jainpalak95 Sorry but I don't have source code. I think i deinit all variables and re-initialized all instances..

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

3 participants