Hi,
is the viewport of your main html page unscaled?
I mean that settings in the main html:
|
Source code
|
1
|
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
|
I ask because when not - iOS will scale the page by itself and that is inaccurate for cube faces display were the edges need to join exactly. As 'workaround' for this situation and html5rendermode=2 krpano is slightly scaling the cube faces for a slight overlapping to avoid visible edges. With html5rendermode=1 (the default) this will not happen. If you want to show bigger images with html5rendermode=1 you need to increase the 'hardwarelimit' setting, but I will not recommend that, iOS is often swapping some internal tiles in- and out when the memory gets low.
Best regards,
Klaus