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

Auto-resize windows when viewport height/width change #100

Open
harshulvijay opened this issue Apr 23, 2021 · 1 comment
Open

Auto-resize windows when viewport height/width change #100

harshulvijay opened this issue Apr 23, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@harshulvijay
Copy link
Contributor

Currently, if the viewport width changes the opened app window stays the same.

Before:
image

After viewport height is changed:
image

Instead of showing the current behavior, it should resize the open app window(s) automatically.

@PuruVJ
Copy link
Owner

PuruVJ commented Apr 23, 2021

Possible solution: Apply event listener on window and watch for fullscreen change. Better make a custom hook for it

@PuruVJ PuruVJ added the bug Something isn't working label Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants