summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAdam Wagner <wbadam@users.noreply.github.com>2017-05-02 23:35:33 +0300
committerPekka Hyvönen <pekka@vaadin.com>2017-05-02 23:35:33 +0300
commit61bada07475d77b88c112b19519ef88c58d5fe87 (patch)
tree404ebc148ecca96bf9d3d0ce59ab1d64b14eb592 /documentation
parenta1c2b2f6764e51acdab16a8cd3234fba1d688005 (diff)
downloadvaadin-framework-61bada07475d77b88c112b19519ef88c58d5fe87.tar.gz
vaadin-framework-61bada07475d77b88c112b19519ef88c58d5fe87.zip
Disable drag and drop for touch devices (#9216)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/advanced/advanced-dragndrop.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/advanced/advanced-dragndrop.asciidoc b/documentation/advanced/advanced-dragndrop.asciidoc
index 1b424ed167..8516e9be6f 100644
--- a/documentation/advanced/advanced-dragndrop.asciidoc
+++ b/documentation/advanced/advanced-dragndrop.asciidoc
@@ -17,6 +17,11 @@ the other location is a common way to move, copy, or associate objects. For
example, most operating systems allow dragging and dropping files between
folders or dragging a document on a program to open it. Framework version 8.1 adds support for https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API[HTML5 drag and drop] features. This makes it possible to set components as drag sources that user can drag and drop, or to set them as drop targets to drop things on.
+[NOTE]
+====
+Note that the HTML5 drag and drop feature is not supported on touch devices.
+====
+
== Drag Source
Any component can be made a drag source that has textual data that is transferred when it is dragged and dropped.