Topic: imageClickMode on mobile

Hi,
I'm trying to use the nav arrows section to move from one image to another in my gallery on the Android platform.

I saw that on the Firefox desktop browser the imageClickMode="NAVIGATE" activates the prev/next buttons on the half of the images. Is it possible to do the same thing also on the mobile platform?

I specify that i cannot use the slide gesture to move one photo, so I am limited just to taps to move to the prev/next image from the gallery.


Thank you.

Re: imageClickMode on mobile

Is it possible to do the same thing also on the mobile platform?

No. In Touch Input Mode (which is used on mobile devices and cannot be overridden via configuration options), when imageClickMode="NAVIGATE", a tap on the screen toggles the display of the overlay and the navigation buttons (or a swipe gesture) must be used to navigate between images.
There is no way to increase the navigation button hit areas in Touch Input Mode.