{"id":15506098,"url":"https://github.com/chenjiahan/vtap","last_synced_at":"2025-04-23T01:56:14.723Z","repository":{"id":57394263,"uuid":"90330863","full_name":"chenjiahan/vtap","owner":"chenjiahan","description":"Vue tap plugin to remove click delays in iOS devices.","archived":false,"fork":false,"pushed_at":"2017-05-05T07:33:51.000Z","size":30,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T08:05:24.190Z","etag":null,"topics":["click","delay","tap","vue","vue-tap"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenjiahan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-05T02:53:24.000Z","updated_at":"2020-03-10T05:46:25.000Z","dependencies_parsed_at":"2022-09-19T10:51:19.604Z","dependency_job_id":null,"html_url":"https://github.com/chenjiahan/vtap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvtap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvtap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvtap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvtap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenjiahan","download_url":"https://codeload.github.com/chenjiahan/vtap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249995613,"owners_count":21357955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["click","delay","tap","vue","vue-tap"],"created_at":"2024-10-02T09:25:32.840Z","updated_at":"2025-04-23T01:56:14.706Z","avatar_url":"https://github.com/chenjiahan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vtap\n`vtap` is a vue plugin to remove click delays in iOS.\n- Bind tap event in iOS devices\n- Lightweight, 1KB gzipped\n- Built with TypeScript\n\n## Install\n```\nyarn add vtap\n```\n\n## Usage\n\n``` javascript\nimport Vue from 'vue'\nimport Tap from 'vtap'\nVue.use(Tap);\n```\n\n`v-tap` derective will prevent the click event and bind a tap event in iOS devices.    \nThe derective will be ignored in other systems such as Android.\n``` html\n\u003cbutton v-tap @click=\"doSomething\"\u003eTap\u003c/button\u003e\n```\n\nYou can add stop modifiers to call event.stopPropagation().\n``` html\n\u003cbutton v-tap.stop @click.stop=\"doSomething\"\u003eTap\u003c/button\u003e\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenjiahan%2Fvtap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenjiahan%2Fvtap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenjiahan%2Fvtap/lists"}