membraneframework-labs / membrane_videoroom

Apache License 2.0
42 stars 8 forks source link

MV-292 Feature/mobile videoroom home page #118

Closed alexmaar closed 1 year ago

alexmaar commented 1 year ago

It adds a mobile home page with a settings preview.

alexmaar commented 1 year ago

There are still some things that should be implemented (possibly in some other PR):

  1. On mobile clicking the input element and showing the keyboard covers the other inputs.

Screenshot_2023-02-14-12-38-55-15_40deb401b9ffe8e1df2f1cc5ba480b12 Screenshot_2023-02-14-12-38-20-90_40deb401b9ffe8e1df2f1cc5ba480b12

  1. The mobile browser header is not included in the viewport metric. Some content of the site can be not well rendered. It's necessary to use a dynamic view port or implement some other solution.

I've already changed the viewport to dynamic. For the issues related to the mobile keyboard, I will create a separate task.