Skip to content

Conversation

@Skehmatics
Copy link

@Skehmatics Skehmatics commented Nov 7, 2025

Closes #440

Firefox for Android (Fenix) does not implement the recommendation for non-hover pointer events, but does implement the requirements. Ie, a pointerover event will be fired just before pointerdown, but nothing more.

This is in contrast to Firefox on desktop or Chrome (even on Android), which will also fire mousemove / pointermove events as the spec recommends.

Since this is technically valid behavior, and events are not sent downstream until a move is received, this PR adds handling for the pointerover event similar to a move in regards to the internal pointer state.

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.

Pointer events not working on Firefox Mobile

1 participant