Hi,
My question : is krpano for iphone only compatible with the iphone browser or with all webkit based browsers ?
'Webkit' is only one part of the browser, the rendering 'backend' must also support the rendering of the CSS 3D transforms, at the moment this are only Safari 5 and Chrome 9 so far I know (both browsers are using own backends),
here some details about the Chrome internals regarding 3D rendering:
https://sites.google.com/a/chromium.org/…iting-in-chrome
about the Flash/HTML5 detection - there is simply a user agent check - when there is an iOS device, the krpanoJS will be used, and when not available it will show an error,
on Desktop always the Flash viewer is used by default, but this can be changed by the
useHTML5 function,
best regards,
Klaus