prevent-ghost-click
Version:
Prevent click events after a touchend.
29 lines (28 loc) • 551 B
JSON
{
"name": "prevent-ghost-click",
"version": "0.0.0",
"homepage": "https://github.com/AndersDJohnson/prevent-ghost-click.js",
"description": "Prevent click events after a touchend.",
"main": "PreventGhostClick.js",
"moduleType": [
"globals"
],
"keywords": [
"click",
"touch",
"touchend",
"ghost",
"mobile"
],
"authors": [
"Anders D. Johnson (https://github.com/AndersDJohnson)"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}