You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: