Fancybox on mobile devices

Hello guys,

I have this project that I builded using pieces of code from various sources. It work perfectly on desktop version, but for mobile devices the fancybox does not work. Can anybody give some hint on what is wrong?

I know is not the facybox script but the wheel.js

Here’s the fiddle: http://jsfiddle.net/mk0tzhp4/26/

Any help help will be appreciated.

Regards

Any hint guys.

I’ve testing new options but no luck. I’m using click() to fire the fancybox but no luck on mobile .

Hi,

Click events work a little differently on touch enabled devices. There is no mouse, so technically there is no click.

You could try using jQuery Mobile vclick event, which offers “Normalized event for handling touchend or mouse click events”.