I am just testing the iPhone solution and have found a strange problem that I cannot understand the reason.
I made 6 cubes normal pano with iPhone images of resolution 512 (<mobile> tag in xml) . Looking in iPhone 3Gs the panorama does not look good at all.
Made a multires of the same pano with iPhone images of resolution 512 (<mobile> tag in xml) but looking in the same iPhone the panorama looks much much better.

If mobile images are loaded in both cases, why the huge difference in the quality?
Mahmood
The Multires xml has the following image tags/attributes:
<image type="CUBE" multires="true" tilesize="503" progressive="false">
<level tiledimagewidth="3018" tiledimageheight="3018">
<level tiledimagewidth="1509" tiledimageheight="1509">
<level tiledimagewidth="755" tiledimageheight="755">
<mobile>
<tablet>
The CUBE xml has the following image tags/attributes:
<image type="CUBE">
<mobile>
<tablet>
Note that the mobile and tablet images are identical for both...