Mobile support
@Radivarig Hey, this is really an awesome and helpful repo and I am so thankful for this.. But are you still maintaining this repo and are you going to add the Mobile support soon?
@vasilenka Hi, I've not worked on this for some time, but now there being interest I'll prioritize it over the following weekends.
Well, I am so glad to hear that. Thank you so much for your hardwork.
In the meantime, I found the solution for this is just mapping the touch event to mouse event. Check this stackoverflow question: https://stackoverflow.com/questions/1517924/javascript-mapping-touch-events-to-mouse-events
@vasilenka I've started working on this, added the solution from your link to branch mobile-support.
I'm still able to scroll which is not desired so I'll have to look into that before publishing.