I am using an HTMLview control with the innerHTML property containing an iframe.
The folder “wood” is in the root with other folders (i.e. images, icons, etc.), and contains the “woods.html” file. The iframe contents loads and works fine when I deploy to the Desktop Browser, or delploy to a local folder, even Windows EXE works fine. However, when deploying to Volt, the iframe is empty. No error, it’s just a blank screen on Android and iPhone.
Is there something I can look for to get to it working on the Volt Deploy? It’s a relative path but perhaps that is the problem on Volt?
No errors. Dragging the folder onto Project Explorer made no difference. When tested on an iPad via Phonegap Build, the iframe contents shows but does not scroll like it does when deployed to Desktop Browser.
Thanks George. Got it working in Volt by replacing the <iframe…> code block with the actual html from the file I was referencing in the first place. Just plugged the code into the HTMLview innerHTML property.