Topic: pinch to zoom not working on iPhone? IOS?
Just a newbie here... and I have tried using it on my gallery and it doesn't seem to work it is kept on "slide" and pinch to zoom have no effect as it kept trying to think I am swiping to next image.. is there a remedy?
Thanks!
otaku
```
<juiceboxgallery
useFlickr="false"
resizeOnImport="true"
cropToFit="false"
showOpenButton="true"
screenMode="AUTO"
showAutoPlayButton="true"
displayTime="3"
showBackButton="false"
backButtonUrl="index.html"
backButtonPosition="OVERLAY"
backButtonText="< Back "
showThumbPagingText="false"
showLargeThumbs="true"
useThumbDots="false"
showSplashPage="NEVER"
showSmallThumbs="true"
maxImageWidth="1024"
maxImageHeight="768"
imageQuality="80"
thumbWidth="80"
thumbHeight="80"
thumbQuality="90"
showExpandButton="true"
thumbPadding="5"
flickrShowTitle="false"
showThumbsButton="true"
imagePreloading="ALL"
showImageNav="true"
buttonBarPosition="OVERLAY"
captionPosition="NONE"
showImageNumber="true"
showImageOverlay="ALWAYS"
maxThumbColumns="6"
enableKeyboardControls="false"
showPreloader="false"
forceTouchMode="false"
galleryTitlePosition="TOP"
enableDirectLinks="true"
imageTransitionType="NONE"
imageScaleMode="SCALE"
>
<image imageURL="images/photo_1.jpg"
thumbURL="thumbs/photo_1.jpg"
linkURL="images/photo_1.jpg"
linkTarget="_blank">
<title><![CDATA[photo_1]]></title>
<caption><![CDATA[]]></caption>
</image>
<image imageURL="images/photo_2.jpg"
thumbURL="thumbs/photo_2.jpg"
linkURL="images/photo_2.jpg"
linkTarget="_blank">
<title><![CDATA[photo_2]]></title>
<caption><![CDATA[]]></caption>
</image>
<image imageURL="images/photo_3.jpg"
thumbURL="thumbs/photo_3.jpg"
linkURL="images/photo_3.jpg"
linkTarget="_blank">
<title><![CDATA[photo_3]]></title>
<caption><![CDATA[]]></caption>
</image>
'''