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

Feature Request: gesture navigation on mobile #48

Open
jtmcdole opened this issue Dec 11, 2021 · 3 comments
Open

Feature Request: gesture navigation on mobile #48

jtmcdole opened this issue Dec 11, 2021 · 3 comments

Comments

@jtmcdole
Copy link

I'm on the road and missing my WASD navigation. It would be nice to have either gesture like navigation or arrow keys. I don't feel like I can accurately target some cells with my thumbs.

If you take pull requests, I can add this when I get home.

@grantm
Copy link
Owner

grantm commented Dec 11, 2021

👍🏾 I'm definitely interested

@jtmcdole
Copy link
Author

jtmcdole commented Jan 3, 2022

Totally missed the response, but I think I know where to add some code and experiment. Do you have any dev documentation for recommended setup? The code looks like you're using webpack?

@grantm
Copy link
Owner

grantm commented Jan 3, 2022

The project was created using create-react-app. You'll need NodeJS installed (I have version 14). You can install dependencies with:

npm install

fire up a dev instance with:

npm start

and run tests with:

npm test

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

No branches or pull requests

2 participants