Kris-B / nanoGALLERY

image gallery simplified - jQuery plugin. Touch enabled, responsive, justified/cascading/grid layout and it supports pulling in Flickr, Google Photos and self hosted images.
https://nanogallery2.nanostudio.org/
438 stars 101 forks source link

On mobile devices you always have to tap twice to show image?! #21

Closed wvdweerd closed 10 years ago

wvdweerd commented 10 years ago

On a PC you can hover with the mouse over the thumbnail to see the description, and then after just one click on the thumbnail the large image is shown.

But I have just tested my new website using nanoGallery (and also tested it on the nanoGallery website with all samples) on my Samsung Galaxy Tab tablet and my Samsung S4 mobile phone. And it is not very obvious that you have to tap twice on a thumbnail to see the larger image. After the first tap the description is shown (like the mouse hover), and only after the second tap the larger image is shown.

Is there some possibility to directly show the large image after the first tap, and thus skip the showing of the hover-info?

Thanks for your reply and keep up the good work on nanoGallery, Wouter

Kris-B commented 10 years ago

Hi Wouter,

This is the default behaviour. You can disable it by setting touchAnimation to false. You can check this feature on the demo 'Cascading grid layout' on the nanogallery website.

Christophe