Skip to content

Commit

Permalink
Touch Support Note (#644)
Browse files Browse the repository at this point in the history
* Touch Support Note

Add a note on how to achieve touch support.
  • Loading branch information
mike16889 authored Jan 22, 2021
1 parent 3759267 commit 5cbd52c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* [Sorting table rows](#sorting-table-rows)
* [Contributing](#contributing)
* [Polyfills](#polyfills-facing-towards-the-future-instead-of-the-past)
* [Touch Support](#touch-support)
* [Known Issues](#known-issues)


Expand Down Expand Up @@ -432,6 +433,10 @@ We recommend using the [Financial Times Polyfill Service](https://github.com/Fin
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
```

### Touch Support
Touch support can be achieved by using the [DragDropTouch](https://github.com/Bernardo-Castilho/dragdroptouch) polyfill.
The DragDropTouch polyfill must be included before html5sortable is initialized.

## Known Issues
### Firefox
- **Dragstart not working on buttons**
Expand Down

0 comments on commit 5cbd52c

Please sign in to comment.