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

Window size is not remembered when switching from regular / full screen modes #1583

Open
javifernandez opened this issue Oct 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@javifernandez
Copy link
Member

Configuration

Wolvic version: 1.7.1
Wolvic build ID:

Hardware: Quest3

Steps to Reproduce

  1. Load a video (eg, youtube.com)
  2. Resize the window (eg, 2x)
  3. Play it in full screen
  4. Check that the window is still in 2x
  5. Resize the window to 1x
  6. Exit full-screen mode

Current Behavior

When exiting full-screen mode, the window size is the one selected before entering in full-screen

Expected Behavior

The new window size, selected while in full-screen mode, should be preserved when exiting from full-screen

Possible Solution

Context

Error Logs and Stack Traces

@javifernandez javifernandez added the bug Something isn't working label Oct 23, 2024
@felipeerias
Copy link
Collaborator

This is expected. The user is able to change the size of the window independently in fullscreen and regular mode.

When you are in fullscreen mode, you are looking at one large window with (usually) a video. On the other hand, in regular mode you can be using multiple windows at the same time.

I think that it makes sense that the window size can be different depending on each case, but also I understand that it can be confusing. Maybe we will reconsider this functionality in the future or clarify the UI.

@javifernandez javifernandez changed the title Window size is not remember when switching from regular / full screen modes Window size is not remembered when switching from regular / full screen modes Oct 30, 2024
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