From 5cbd52c839eea2c9c166fa26ea4406fe4093b311 Mon Sep 17 00:00:00 2001 From: mike16889 <33011308+mike16889@users.noreply.github.com> Date: Fri, 22 Jan 2021 20:39:50 +1100 Subject: [PATCH] Touch Support Note (#644) * Touch Support Note Add a note on how to achieve touch support. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab51d915..ff829b37 100644 --- a/README.md +++ b/README.md @@ -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) @@ -432,6 +433,10 @@ We recommend using the [Financial Times Polyfill Service](https://github.com/Fin ``` +### 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**