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

[BUG] Lyrics full screen button not working #499

Open
TheAweSum1 opened this issue Feb 13, 2025 · 9 comments
Open

[BUG] Lyrics full screen button not working #499

TheAweSum1 opened this issue Feb 13, 2025 · 9 comments
Labels
bug Something isn't working

Comments

@TheAweSum1
Copy link

Normal playing music with my fully intact album art and artist , but when using the lyrics feature the fullscreen button for lyrics doesnt work.

Expected Behavior

The lyric screen should go.... fullscreen

Current Behavior

It doesnt go fullscreen

Steps to Reproduce

  1. when two bugs really love each other play music, with lyrics
  2. Synced or unsycned doesnt matter, press on the fullscreen button at the bottom right of the lyric box
  3. Does not do anything on clicking it. Long pressing a lyric still works though, and so does the un-fullscreen button when in fullscreen due to long pressing a lyric
  4. NaN

Screenshots

https://wormhole.app/m92Lr3#B6sy4Kz2Oscac5FxnTrU4w

Logs

logs_4.9.8-beta_250208196.txt

Possible Solution

err copy the code for fullscreening the lyrics by long pressing and paste it to one tap for the lyric button, add it to the lyric button function i guess if it exists and profit

@TheAweSum1 TheAweSum1 added the bug Something isn't working label Feb 13, 2025
@TheAweSum1
Copy link
Author

TheAweSum1 commented Feb 13, 2025

very minor bug i might add if you feel like you didnt do much work one day and want to do something to start, this, sir, is the bug you'd want

@MSOB7YY
Copy link
Member

MSOB7YY commented Feb 13, 2025

very minor

i hope hghagaha, its a known bug for ages and not fixable, im planning to remove it soon and add a note for the "long press to enter fullscreen"
the reason is because of scaled animation, when artwork box is big, touch are doesnt get bigger and so u can still press it on the top left corner or if u made the artwork box smaller

@TheAweSum1
Copy link
Author

the reason is because of scaled animation, when artwork box is big, touch are doesnt get bigger

so the touch area isnt scaling to the artwork size? In simple terms the hitbox for the button is at a different place or misaligned which makes it hard for the button's touch to be registered?

@TheAweSum1
Copy link
Author

i hope hghagaha, its a known bug for ages and not fixable, im planning to remove it soon and add a note for the "long press to enter fullscreen"

also yeah that would work pretty good. Where would you put the note though? Maybe for the first song that is played with lyrics , show a banner at the top with a cross saying the needful

@MSOB7YY
Copy link
Member

MSOB7YY commented Feb 14, 2025

so the touch area isnt scaling to the artwork size? In simple terms the hitbox for the button is at a different place or misaligned which makes it hard for the button's touch to be registered?

yes exactly, it seems like flutter won't do anything about it since it's "expected behavior" and other performance concerns.
btw the whole lyrics box has this issue and not just the button

Where would you put the note though? Maybe for the first song that is played with lyrics , show a banner at the top with a cross saying the needful

idk yet but it should be as u said, the first time lyrics is available it would show a dialog or whatever

@TheAweSum1
Copy link
Author

TheAweSum1 commented Feb 14, 2025 via email

@MSOB7YY
Copy link
Member

MSOB7YY commented Feb 14, 2025

nah i tried many things its just logically not possible currently

@TheAweSum1
Copy link
Author

TheAweSum1 commented Feb 14, 2025 via email

@MSOB7YY MSOB7YY reopened this Feb 14, 2025
@MSOB7YY
Copy link
Member

MSOB7YY commented Feb 14, 2025

leaving it until we get rid of it

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