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

No way to move the assistant on a mobile #40

Open
Siderite opened this issue Jun 29, 2016 · 1 comment
Open

No way to move the assistant on a mobile #40

Siderite opened this issue Jun 29, 2016 · 1 comment

Comments

@Siderite
Copy link

I was expecting to be able to just drag the assistant with my fat fingers. It didn't work. Also, pressing for a while and then moving didn't work. I think touch wasn't considered.

@ezaca
Copy link

ezaca commented May 13, 2017

You can try to modify the source, so you can double parts with mousedown, mouseup and mousemove handlers to listen to their respective touch handlers.

If you are familiar to Javascript, look at src/agent.js file, lines 340, 342, 399, 400, 432 and 433. It seems to not require much changes, but the trial and error is up to you. Or the developers, if they want, but the project seems to be not maintained for now.

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