Skip to content

Commit 49f22ad

Browse files
author
Sebastien Pereira
committed
update doc to reflect supported touch-action values.
1 parent 34c12f4 commit 49f22ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ _Manual_ master installation:
4848
- Programmatic: use *dpointer/events* function `setTouchAction(targetElement, actionType)`
4949
- Declarative: add the attribute `touch-action='<actiontype>'`
5050

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)
51+
Where actionType can be `none`, `pan-x`, `pan-y` or `auto`.
5252

5353
###Samples/tests
5454
To run the tests/samples you need to set [requirejs] and [domReady] as a sibling of the dpointer module like this:

0 commit comments

Comments
 (0)