{"id":24022270,"url":"https://github.com/jakeburden/webkit-touch-scroll-fix","last_synced_at":"2025-10-27T15:33:06.728Z","repository":{"id":82806590,"uuid":"159407999","full_name":"jakeburden/webkit-touch-scroll-fix","owner":"jakeburden","description":"Fixes the iOS 11.3 bug that makes touch events cause the window to scroll.  This can be an issue for drag and drop libraries.","archived":false,"fork":false,"pushed_at":"2018-11-27T22:30:16.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T13:17:36.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakeburden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-27T22:24:07.000Z","updated_at":"2018-11-27T22:30:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0aa8565-decf-422c-902b-4dafde8c9899","html_url":"https://github.com/jakeburden/webkit-touch-scroll-fix","commit_stats":null,"previous_names":["jekrb/webkit-touch-scroll-fix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fwebkit-touch-scroll-fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fwebkit-touch-scroll-fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fwebkit-touch-scroll-fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fwebkit-touch-scroll-fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakeburden","download_url":"https://codeload.github.com/jakeburden/webkit-touch-scroll-fix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406076,"owners_count":20933803,"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":[],"created_at":"2025-01-08T13:49:12.945Z","updated_at":"2025-10-18T06:28:45.789Z","avatar_url":"https://github.com/jakeburden.png","language":"JavaScript","readme":"# webkit-touch-scroll-fix\n\n\u003e Fixes the [iOS 11.3 bug](https://bugs.webkit.org/show_bug.cgi?id=184250) that makes touch events cause the window to scroll.  This can be an issue for drag and drop libraries.\n\nThis fix was taken directly from a pull request in [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd/pull/416/files). I thought it might be useful for it to be its own package.\n\n## Usage\n\n```js\nconst webkitHack = require('webkit-touch-scroll-fix')\n\nconst onDrag = (e) =\u003e {\n  webkitHack.preventTouchMove()\n}\nconst onDragStop = (e) =\u003e {\n  webkitHack.releaseTouchMove()\n}\n```\n\n## Install\n\nWith [npm](https://npmjs.org/) installed, run\n\n```\n$ npm install webkit-touch-scroll-fix\n```\n\n## License\n\nMIT\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeburden%2Fwebkit-touch-scroll-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakeburden%2Fwebkit-touch-scroll-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeburden%2Fwebkit-touch-scroll-fix/lists"}