We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c12f4 commit 49f22adCopy full SHA for 49f22ad
README.md
@@ -48,7 +48,7 @@ _Manual_ master installation:
48
- Programmatic: use *dpointer/events* function `setTouchAction(targetElement, actionType)`
49
- Declarative: add the attribute `touch-action='<actiontype>'`
50
51
-Where actionType is `none`to disable the user agent default behavior. `pan-x` and `pan-y` have the same effect as `none` (see Limitations)
+Where actionType can be `none`, `pan-x`, `pan-y` or `auto`.
52
53
###Samples/tests
54
To run the tests/samples you need to set [requirejs] and [domReady] as a sibling of the dpointer module like this:
0 commit comments