I just tested the iPhone/iPad simulator but iI can not get it working for iPad.
I have changed the path to my tour.js and as I have the license embedded I just deleted the other 2 paths.
The links to the iPhone iPad xml look like this
if (device == "iphone")
viewer.addVariable("xml", "data/tour.xml");
else if (device == "ipad")
viewer.addVariable("xml", "data/tour.xml");
viewer.embed("krpanoDIV");
}
Both iPhone portrait and landscape works perfect which is fine for me as I do not have one but the iPads are just black.
If I select iPad and reload it loads with iPhone portrait.
Hans