Skip to content

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

Open
@hiteshborse12

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:

  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

Activity

mbesnili

mbesnili commented on May 4, 2020

@mbesnili

Hello @hiteshborse12 ,

Did you find any solution to this problem ?

mbesnili

mbesnili commented on May 4, 2020

@mbesnili

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

hiteshborse12 commented on May 4, 2020

@hiteshborse12
Author

Thanks @mbesnili , I will check.

jainpalak95

jainpalak95 commented on Sep 13, 2020

@jainpalak95

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

jainpalak95 commented on Sep 13, 2020

@jainpalak95

Thanks @mbesnili , I will check.

hi,
did you find the solution?

hiteshborse12

hiteshborse12 commented on Sep 13, 2020

@hiteshborse12
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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      camera switch is not working after clicked video. Unresponsive Blue screen · Issue #221 · Awalz/SwiftyCam