xHergz / TheMakeupApp

Capstone project for SET
0 stars 0 forks source link

WebRTC controls stuck in fullscreen #137

Open xHergz opened 5 years ago

xHergz commented 5 years ago

Description:

When entering fullscreen with the WebRTC screen on mobile, the controls change to absolute but it seems they are getting stuck there.

Reproduction Steps:

  1. Go to consultation screen with host
  2. Go to consultation screen with client
  3. Open the keyboard on the message input
  4. Notice how it pushes the controls and the camera input up with the keyboard
  5. Close the keyboard and go fullscreen
  6. Exit fullscreen and open the keyboard
  7. Notice the controls now overlap with the camera input when the keyboard opens.

    Proposed Solution:

    Add more checks to the ToggleFullScreen function or make it an actual component with callback functions in the props.

xHergz commented 5 years ago

Seems to be on firefox mobile only, so if there is not a quick fix don't worry about this too much.