bug: mobile buttons canvas blocks touch events
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 797
- Forks
- 98
- Avg merge
- 8m
- Merged PRs (30d)
- 1
Description
this is unintuitive for mobile users
a solution is to either ditch the canvas approach and use html elements or find a way to forward the event past the canvas
https://github.com/user-attachments/assets/749fee40-232b-4971-8932-a5db3ff0cdfd
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue on a mobile device and trace how the canvas receives touch events; the payload does not name a file, test, or entry point. Compare forwarding events past the canvas with replacing the controls by HTML elements. Done means the mobile buttons respond reliably without breaking the existing controller behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100