I have a pano playing in a div which is partially overlapped by another div on the page. I am using 'z-index' and 'position' within my CSS for this effect. Everything works well via the SWF player on the desktop, but fullscreen functionality does not work properly via the HTML5 player on the iPad. Adding 'position: relative' to the div that holds the pano is what causes the problem. Fullscreen works fine when 'position' is removed from the CSS, but then I can no longer use z-index for the layered effect.
I've uploaded a sample here:
http://edgedesign.net/test/index.html (toggle fullscreen on both desktop and iPad to see problem)
Does anyone have any idea how I could solve this problem or another approach I should try??
Thx