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

Mobile support #1

Open
shazow opened this issue Oct 14, 2018 · 1 comment
Open

Mobile support #1

shazow opened this issue Oct 14, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@shazow
Copy link

shazow commented Oct 14, 2018

Very close to playable on mobile, just the left side is cut off. Hopefully just a minor CSS issue.

image

Great game btw, really enjoyed it. :)

Edits:

  • Looks like the transform on .center is what's breaking it.
  • Unfortunately touch events aren't being captured yet either, hmmm.
  • Ah probably just need to add touchstart and touchend events in addition to mousedown and mouseup.
@shazow shazow changed the title Left side is cut off on mobile Mobile support Oct 14, 2018
@jmankopf
Copy link
Owner

Thank you for your feedback. Originally I had planned a mobile version, but the canvas scaling didn't work out as expected.

As soon as I have some time, I'll start the task.

@jmankopf jmankopf self-assigned this Oct 18, 2018
@jmankopf jmankopf added the enhancement New feature or request label Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants