mng / ngx-resizable

Resizable Split Pane Layout
https://3dgenomes.github.io/ngx-resizable/
MIT License
22 stars 15 forks source link

Touch events not supported #9

Open svarlamov opened 4 years ago

svarlamov commented 4 years ago

This library is unusable on mobile due to lack of support for touch events (only listens to mouse events). Would be great to have equivalent listeners for touchscreen devices.

mikegoodstadt commented 4 years ago

Hi Sasha, It's a good suggestion. I am updating the package at the moment and will add this feature request. Thanks!

haskelcurry commented 3 years ago

Hi @mikegoodstadt , do you plan to implement this anytime soon?

svarlamov commented 3 years ago

FWIW I think I built a workaround for this ages (a year?) ago, and can probably dig the patch out of our codebase if people are in need

haskelcurry commented 3 years ago

@svarlamov @mikegoodstadt https://github.com/3DGenomes/ngx-resizable/pull/27

haskelcurry commented 3 years ago

@mikegoodstadt Hi, could you please check my PR regarding this? (see above)

haskelcurry commented 3 years ago

Hi, any updates?