react-drag-range icon indicating copy to clipboard operation
react-drag-range copied to clipboard

Mobile support

Open Radivarig opened this issue 9 years ago • 4 comments

Radivarig avatar Sep 10 '16 23:09 Radivarig

@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 avatar Feb 05 '19 20:02 vasilenka

@vasilenka Hi, I've not worked on this for some time, but now there being interest I'll prioritize it over the following weekends.

Radivarig avatar Feb 05 '19 23:02 Radivarig

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 avatar Feb 06 '19 03:02 vasilenka

@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.

Radivarig avatar Mar 06 '19 19:03 Radivarig