Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module brings the JQuery Touch Swipe mobile events library to Drupal , works also with custom profiles, and allows to enable jQuery touch Swipe on specific routes.
Jquery Touch Swipe is MIT licensed so you'll need to download the library independently of this project.
--
INSTALLATION:
Unzip the package, rename it jquery_touch_swipe and place it in your libraries directory. Example of correct path:(libraries/jquery_touch_swipe/jquery.touchSwipe.js).
The module depends on libraries API (Version >= 2.0)
--
Some functionalities Jquery Touch Swipe provides:
Detects swipes in 4 directions, "up", "down", "left" and "right"
Detects pinches "in" and "out"
Supports single finger or double finger touch events
Supports click events both on the touchSwipe object and its child objects
Definable threshold / maxTimeThreshold to determine when a gesture is actually a swipe
Events triggered for swipe "start","move","end" and "cancel"
End event can be triggered either on touch release, or as soon as threshold is met
Allows swiping and page scrolling
Disables user input elements (Button, form, text etc) from triggering swipes
This module adds a Baidu Map field type allowing the user to add maps to their entities that will be displayed using Baidu Maps, a mapping service similar to Google Maps.
This is a content editor using the latest version of tinymce's editor 4.0. Since the wysiwyg module does not yet support the latest tinymce, I created this.