{"id":15379212,"url":"https://github.com/manolo/gwtquery-gesture-plugin","last_synced_at":"2025-04-15T17:34:04.059Z","repository":{"id":25073547,"uuid":"28493910","full_name":"manolo/gwtquery-gesture-plugin","owner":"manolo","description":"A gwtQuery plugin for  touch-devices gestures","archived":false,"fork":false,"pushed_at":"2018-08-29T17:49:22.000Z","size":124,"stargazers_count":7,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T23:05:14.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/manolo.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}},"created_at":"2014-12-25T23:43:55.000Z","updated_at":"2016-04-15T05:01:59.000Z","dependencies_parsed_at":"2022-07-16T23:06:49.099Z","dependency_job_id":null,"html_url":"https://github.com/manolo/gwtquery-gesture-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwtquery-gesture-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwtquery-gesture-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwtquery-gesture-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwtquery-gesture-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manolo","download_url":"https://codeload.github.com/manolo/gwtquery-gesture-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249118816,"owners_count":21215625,"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":"2024-10-01T14:18:33.824Z","updated_at":"2025-04-15T17:34:04.036Z","avatar_url":"https://github.com/manolo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## Introduction\nA gwtQuery plugin for adding gesture events.\n\n## Demo\nOpen the [demo](http://manolo.github.io/gwtquery-gesture-demo/index.html) page with either a mobile device or in your desktop, try to tap with one or more fingers on the screen, \nto move the image, shake your device and change the orientiation.\n\n\n## Usage\n\n1. You only have to drop the .jar file in your classpath, or add this dependency to your project:\n   \n   ```\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.googlecode.gwtquery.plugins\u003c/groupId\u003e\n            \u003cartifactId\u003egestures-plugin\u003c/artifactId\u003e\n            \u003cversion\u003e1.0-SNAPSHOT\u003c/version\u003e\n            \u003cscope\u003eprovided\u003c/scope\u003e\n        \u003c/dependency\u003e\n   ```\n2. Then use it as any other gQuery plugin through the `as()` method\n   ```\n   // Observe attribute changes in all elements matching the selector\n   $(selector)\n     .as(Gesture.Gesture)\n     .on(\"tap\", new Function() {\n         public boolean f(Event ev) {\n           Options o = arguments(0);\n           console.log(o.description());\n           return true;\n         }\n     });\n\n   ```\n3. gQuery Gesture plugin is a gwt port of the jGesture plugin at https://jgestures.codeplex.com/\n\n\n## Mobile compatibility\n\n- iOS: \n  orientationchange swipemove swipeone swipetwo swipethree swipefour swipeup swiperightup swiperight swiperightdown swipedown swipeleftdown swipeleft swipeleftup tapone taptwo tapthree tapfour shake shakefrontback shakeleftright shakeupdown pinchopen pinchclose rotatecw rotateccw pinch rotate\n\n- Android: \n  orientationchange swipemove swipeone swipetwo swipethree swipefour swipeup swiperightup swiperight swiperightdown swipedown swipeleftdown swipeleft swipeleftup tapone taptwo tapthree tapfour shake shakefrontback shakeleftright shakeupdown\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanolo%2Fgwtquery-gesture-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanolo%2Fgwtquery-gesture-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanolo%2Fgwtquery-gesture-plugin/lists"}