PlayerView: respect the height of the virtual keyboard

This commit is contained in:
He4eT 2023-05-24 02:40:16 +03:00 committed by Alexey
commit e1267730bb
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta <meta
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0"> content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">
<title> <title>
ElseIFPlayer ElseIFPlayer
</title> </title>

View file

@ -1,6 +1,7 @@
.app.play, .app.play,
.app.focus { .app.focus {
height: 100%; height: 100%;
max-height: 100dvh;
} }
@media (min-width: 800px) { @media (min-width: 800px) {