I do appreciate the clarification!

I appreciate the reply. Just to be clear, it's not a matter or where I host the pictures or the config.xml or the juicebox.js?

The FAQ refers to "Or you can upload your gallery to a web server, or setup a local web server for previewing." ...Would this not apply in my case?

Thanks!

Hey guys,
Been using Juicebox on my website with no problem, displays fine on mobile devices as well.

When trying to make an app, it works fine on iOS but displays grey box with this message on android. "Juicebox can't display locally in this browser"

I looked into this error code with no luck and could not find any references to a mobile APP. Any ideas/suggestions?

Thanks,


         
<!--JUICEBOX PICS-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
configUrl: 'configJuice.xml',
containerId: "juicebox-container",
galleryWidth: "100%",
galleryHeight: "65%",
backgroundColor: "#222222",
});
</script>


            <!--PICS-->
                <div class="sectionTitle" id="pics">
                    PICTURES
                </div>
                <div class="froCell">
                    <div id="juicebox-container">
                    </div>
                    <!--END JUICEBOX EMBED-->
                </div>