Actions
Feature proposal #6710
closedImplement mobile left/right swipe events
Description
Add support for scrolling through photos using left/right swipe same as left/right keyboard navigation. Believe the jQuery events are simply "swipeleft" and "swiperight".
Updated by krileon over 7 years ago
There's no built in event handlers for this. You need jQuery mobile or you have to calculate the distance change with native touch events for swipeleft and swiperight. jQuery mobile is too large to include just for swipe events. Maybe doable using draggable and already existing touchpunch.
Updated by krileon over 7 years ago
- Due date set to 08 August 2017
- Start date changed from 31 July 2017 to 08 August 2017
- Follows Feature proposal #6719: Implement jquery mobile events added
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions