Topic: Phonegap - Juicebox can't display locally in this browser
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>