Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/touchaction-property
Returns "touchAction", "msTouchAction", or null
https://github.com/component/touchaction-property
Last synced: 13 days ago
JSON representation
Returns "touchAction", "msTouchAction", or null
- Host: GitHub
- URL: https://github.com/component/touchaction-property
- Owner: component
- Created: 2013-11-13T20:01:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T02:24:54.000Z (about 11 years ago)
- Last Synced: 2024-12-02T11:55:43.907Z (27 days ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# touchaction-property
Returns "touchAction", "msTouchAction", or null.
See: http://msdn.microsoft.com/en-us/library/windows/apps/hh767313.aspx## Installation
Install with [component(1)](http://component.io):
$ component install component/touchaction-property
## API
``` js
var touchAction = require('touchaction-property');if (touchAction) {
document.body.style[touchAction] = 'none';
}
```## License
MIT