Skip to content

fix: miniplayer tap handling on iOS#28

Merged
ThaUnknown merged 2 commits into
hayase-app:masterfrom
scigward:master
Jun 21, 2026
Merged

fix: miniplayer tap handling on iOS#28
ThaUnknown merged 2 commits into
hayase-app:masterfrom
scigward:master

Conversation

@scigward

Copy link
Copy Markdown
Contributor

This fixes the miniplayer bug which prevents taps on iOS from being fired thus needing to tap multiple times or tap on a weird specific spot to navigate to the player, The root cause of this was that pointerdown could start from the video/canvas inside the miniplayer, but pointerup was only allowed to finish if it came directly from the wrapper itself. On iOS, the release often stays targeted on the inner video/canvas, so the wrapper never got to finish the tap and open the player.

I confirmed this works by testing it locally with safari on both my iPhone and iPad.

@ThaUnknown ThaUnknown merged commit 6b1ca98 into hayase-app:master Jun 21, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants