1 (edited by penum 2015-02-20 04:17:55)

Topic: Thumbsindex-Button not hidden under iOS8 [SOLVED]

Hello,

i build a new page and i embedded a juicebox-gallery.

Everythings works fine, but i dont want an thumbindex button.

On PC, ok
On iPad, ok
On iphone6 iOS8
https://nuvisions.de/steven04.png
And the imageTransitionType: "CROSS_FADE" not work under on iPhone 6 and iPad Air2 under iOS8

This is the site: https://nuvisions.de/fotostudio/basic/

Where is my mistake?

Greetings
Peter

Re: Thumbsindex-Button not hidden under iOS8 [SOLVED]

Everythings works fine, but i dont want an thumbindex button.

As well as setting showThumbsButton="FALSE" for Large Screen Mode, you will also need to set showSmallThumbsButton="FALSE" for Small Screen Mode.

And the imageTransitionType: "CROSS_FADE" not work under on iPhone 6 and iPad Air2 under iOS8

The imageTransitionType configuration option works only in Mouse Input Mode (as noted on the Config Options page). In Touch Input Mode, imageTransitionType uses the default value of SLIDE which best matches the swipe gesture used to navigate between images. This cannot be changed.

Re: Thumbsindex-Button not hidden under iOS8 [SOLVED]

Ahhhh,... perfect,... thanks alot Steven,...
Now it works,..very well :-)