Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing new viewport units #41055

Open
3 tasks done
mirko-pagliai opened this issue Nov 23, 2024 · 0 comments
Open
3 tasks done

Introducing new viewport units #41055

mirko-pagliai opened this issue Nov 23, 2024 · 0 comments

Comments

@mirko-pagliai
Copy link

Prerequisites

Describe the issue

This is my first issue here, I hope I'm not doing anything wrong.

I've been using the min-vh-100 class for the past few months and I've quickly noticed that at least on mobile and chrome-based browsers the results are often unpredictable (so I guess vh-100 class is also involved, while there is no problem on desktops).

The problem is not with Bootstrap, but with how these browsers think about viewport height. Searching on the net I founded that three new viewport units (for height and width) have been introduced:

  • svh and svw - Smallest possible viewport (i.e. doesn't include address bar)
  • lvh and lvw - Largest possible viewport (i.e. includes address bar)
  • dvh and dvw - Dynamic viewport (i.e. changes depending on whether address bar is visible)

In my case (chrome on android, more precisely) the default viewport is the largest (so min-vh-100 behaves as with lvh unit).

Now I am absolutely no expert here, so I was wondering if:

  • is it possible and makes sense to modify vh-100/min-vh-100 classes, using the dvh unit (and using backwards compatibility with vh for other browsers). This is what I (as a bootstrap user) would expect;
  • introducing new classes like min-dvh-100, min-lvh-100 and so on...

References:

Reduced test cases

No reduced test cases

What operating system(s) are you seeing the problem on?

Android

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant