Title: Touch compatible??
Last modified: August 31, 2016

---

# Touch compatible??

 *  [designdrumm](https://wordpress.org/support/users/designdrumm/)
 * (@designdrumm)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/touch-compatible/)
 * Is your slideshow touch compatible? I don’t see any option and it doesn’t currently
   do so. If not, is there an update coming? I’d like to continue to use your plugin.
 * Best,
    Karl
 * [https://wordpress.org/plugins/slideshow-jquery-image-gallery/](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years ago](https://wordpress.org/support/topic/touch-compatible/#post-7379408)
 * Hi Karl, I am not sure what you mean by Touch compatible. Can you explain this?
 * Thank you
 *  Thread Starter [designdrumm](https://wordpress.org/support/users/designdrumm/)
 * (@designdrumm)
 * [10 years ago](https://wordpress.org/support/topic/touch-compatible/#post-7379409)
 * Sure.
 * Touch compatible as in mobile touch. When the user swipes on a mobile phone or
   tablet to the left or right or up or down (depending on direction of scroll set
   on the slideshow) it goes to the next slide. Like the arrows do currently for
   the slideshow.
 * That a little more clear?
    Hoping so. Let me know if not.
 * Best,
    Karl
 *  Thread Starter [designdrumm](https://wordpress.org/support/users/designdrumm/)
 * (@designdrumm)
 * [10 years ago](https://wordpress.org/support/topic/touch-compatible/#post-7379410)
 * Something like the following. This is just a touch detection sample, but along
   these lines.
 *     ```
       document.addEventListener('touchmove', function(e) {
           e.preventDefault();
           var touch = e.touches[0];
           alert(touch.pageX + " - " + touch.pageY);
       }, false);
       ```
   
 * Found here: [http://stackoverflow.com/questions/4755505/how-to-recognize-touch-events-using-jquery-in-safari-for-ipad-is-it-possible](http://stackoverflow.com/questions/4755505/how-to-recognize-touch-events-using-jquery-in-safari-for-ipad-is-it-possible)
 *  Thread Starter [designdrumm](https://wordpress.org/support/users/designdrumm/)
 * (@designdrumm)
 * [10 years ago](https://wordpress.org/support/topic/touch-compatible/#post-7379412)
 * This also look promising as it has UP, DOWN, LEFT and RIGHT.
    Its a cdn for touch
   events. May help, not sure. Don’t know if its ok to add such a thing to your 
   plugin.
 * [https://cdnjs.com/libraries/jquery.touchswipe](https://cdnjs.com/libraries/jquery.touchswipe)
 * On the other hand, if it is ok, then your work is done for you.
    Just add-in 
   and season to taste! (: ))
 * HTH,
 * Best,
    Karl
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years ago](https://wordpress.org/support/topic/touch-compatible/#post-7379414)
 * Thank you Karl for sharing the information. Now I know what you mean 🙂 sorry
   for not understanding what you meant when I read your question above.
 * The plugin developer will look into your request further.
 * Kind regards
 *  Thread Starter [designdrumm](https://wordpress.org/support/users/designdrumm/)
 * (@designdrumm)
 * [10 years ago](https://wordpress.org/support/topic/touch-compatible/#post-7379424)
 * Awesome! NP.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Touch compatible??’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [designdrumm](https://wordpress.org/support/users/designdrumm/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/touch-compatible/#post-7379424)
 * Status: not resolved