camera switch is not working after clicked video. Unresponsive Blue screen #221
Open
Description
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:
- Click video.
- Dismiss VideoViewController.
- 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
Metadata
Assignees
Labels
No labels
Activity
mbesnili commentedon May 4, 2020
Hello @hiteshborse12 ,
Did you find any solution to this problem ?
mbesnili commentedon 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 commentedon May 4, 2020
Thanks @mbesnili , I will check.
jainpalak95 commentedon Sep 13, 2020
I did the same thing but it's not working.
can you please confirm?
jainpalak95 commentedon Sep 13, 2020
hi,
did you find the solution?
hiteshborse12 commentedon Sep 13, 2020
@jainpalak95 Sorry but I don't have source code. I think i deinit all variables and re-initialized all instances..