Topic: 2.1.1 and mobile view
I'm trying to get the html5 version to work with my website.
Everything is fine in IE, Firefox, etc... But when I try and view on an ipad I get 'Gallery XML not found'
any help would be appreciated.
my configuration is
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "gallery.cfm?key=#url.key#";
$(document).ready(function () {
SV.simpleviewer.load('sv-container', '100%', '100%', 'ffffff', true, flashvars);
});
</script>
and my gallery xml is
<simpleviewergallery
showOpenButton="False"
showFullscreenButton="False"
showAutoPlayButton="True"
enableLooping="True"
imageFrameStyle="Rounded"
frameColor="#E6E6FA"
thumbPosition="left"
thumbColumns="2"
thumbRows="4"
thumbWidth="65"
thumbPreloading="Page"
thumbLoadBrightness="2"
autoPlayOnLoad="True"
imageTransitionType="slide"
frameWidth="10"
imageVAlign="Top"
imageHAlign="Left"
stageHAlign="left"
stageVAlign="Top"
imageNavColor="#E6E6FA"
showImageNav="hover"
imageNavStyle="TRIANGLE"
showBigPlayButton="True"
thumbNavStyle="TRIANGLE"
buttonBarHAlign="left"
buttonBarPosition="overlay"
maxImageWidth="600"
maxImageHeight="600"
thumbVAlign="top"
>