aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorhaiwan <alwin.wang.oocl@gmail.com>2018-08-23 11:14:28 +0300
committerIlia Motornyi <elmot@vaadin.com>2018-08-23 11:14:28 +0300
commit52b7d447296a7c8c6f48f0c8b15abb7e250dc640 (patch)
tree2e83a3f44787ac44106e4ae236db89f9f0f19a31 /documentation
parent8ad53538d1e2de0c9c83a5b9e1bce33f488854fe (diff)
downloadvaadin-framework-52b7d447296a7c8c6f48f0c8b15abb7e250dc640.tar.gz
vaadin-framework-52b7d447296a7c8c6f48f0c8b15abb7e250dc640.zip
Fix broken link to mobile d&d polyfill (#11127)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/advanced/advanced-dragndrop.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/advanced/advanced-dragndrop.asciidoc b/documentation/advanced/advanced-dragndrop.asciidoc
index 941c7818bc..7ccd1c7bae 100644
--- a/documentation/advanced/advanced-dragndrop.asciidoc
+++ b/documentation/advanced/advanced-dragndrop.asciidoc
@@ -183,7 +183,7 @@ compatible browser, such as Mozilla Firefox 3.6 or newer.
== Mobile Drag And Drop Support
The HTML 5 Drag and Drop API is not yet supported by mobile browsers. To enable HTML5 DnD support on mobile devices, we have included
-an link:https://github.com/timruffles/ios-html5-drag-drop-shim/tree/rewrite:[external Polyfill]. Please note that this Polyfill is under the BSD 2 License.
+an link:https://github.com/timruffles/mobile-drag-drop[external Polyfill]. Please note that this Polyfill is under the BSD 2 License.
By default, the mobile DnD support is disabled, but you can enable it any time for a [classname]#UI#. Starting from the request where the support was enabled, all the added [classname]#DragSourceExtension#, [classname]#DropTargetExtension# and their subclasses will also work on mobile devices for that UI. The Polyfill is only loaded when the user is using a touch device.