1 (edited by contactgeoff 2014-07-27 14:23:12)

Topic: showImageOverlay="ALWAYS" not working on touch?

Hi - if I want a caption to always show I thought I would set the following:

showImageOverlay="ALWAYS"
    showOverlayOnLoad="TRUE"

This works OK on desktop but on touch if I touch the screen the caption / description from Flickr goes away.

Is there a way of always having the caption show or am I not setting something else correctly?

Also when the caption goes away the Nav next back icons go away, but when you touch the screen again the caption comes back but not the Nav next back icons.

I'm on the latest 1.4.2

Thanks, best wishes,

Geoff

My settings are:

    useFlickr="true"
    flickrUserName="xxxxxxx"
    flickrSetId="xxxxxxxxx"
    galleryWidth="758"
    galleryHeight="524"
    backgroundColor="rgba(255,255,255,1)"
    showOpenButton="false"
    showExpandButton="false"
    showThumbsButton="false"
    screenMode="LARGE"
    expandInNewPage="FALSE"
    imageScaleMode="FILL"
    imageNavPosition="IMAGE"
    imageShadowBlur="0"
    buttonBarPosition="NONE"
    showThumbsOnLoad="false"
    showSmallThumbsOnLoad="false"
    showSmallThumbsButton="false"
    maxCaptionHeight="500"
    showImageNumber="false"
    captionBackColor="rgba(255,255,255,0)"
    showNavButtons="true"
    imagePreloading="ALL"
    imageTransitionTime="1"
    showImageOverlay="ALWAYS"
    showOverlayOnLoad="TRUE"
    autoPlayThumbs="false"
    captionPosition="OVERLAY"
    showSplashPage="NEVER"
    flickrShowDescription="true"
    imageHAlign="LEFT"
    imageVAlign="TOP"
    topAreaHeight="0"
    thumbNavPosition="BOTTOM"
    backgroundScale="NONE"
        navButtonBackColor="rgba(0,0,0,0.2)"
    showAutoPlayStatus="false"

/>

Re: showImageOverlay="ALWAYS" not working on touch?

Thank you for reporting these two bugs.
I have notified the developers and hopefully they will be fixed in the next version of Juicebox.
In the meantime, one possible workaround would be to set showInfoButton="TRUE". The overlay would still be able to be toggled on and off by the user but the hit area would be much smaller (the Info Button on the button bar instead of the entire mobile device screen) and this should also solve the problem with the missing image navigation buttons when the overlay is toggled back on (which could also be solved by setting imageNavPosition="STAGE").