jquery-slidePanel
jquery-slidePanel copied to clipboard
Feature/allow touch scroll
Pull Request
Fixes: Any idea to add scroll?
Solution: add an option 'enableTouchScroll' (default to false), which will only proceed with drag behaviour if the distance travelled horizontally (in case of right and left slidePanels) is greater than the vertical one (scroll), and vice versa.
PS: I didn't make a feature request beforehand, the reason being I wrote this code to solve an issue with another project, and later thought it might be good to have it in the main library
Changes proposed:
- [x] Add: possibility to touch scroll in a slidePanel
- [ ] Fix
- [ ] Remove
- [ ] Update
Hello halimb, I've found myself stuck with the same problem, no scroll and links weren't working on the side panel on mobile device. Thanks to your feature and contribution now it's working like a charm ! Don't know if this repo is still maintained but it should definitely be merged.
Hi @quentinboinet I'm glad it helped. Thanks for the feedback. The repo seems to be abandoned, I didn't get any feedback from the authors since then