Question

I am creating an iOS app in HTML5 / CSS / Javascript and want to show Android Photosphere's (VR JPEGs) in the browser, specifically on an iPad with iOS 6. I've looked at this excellent work, but it won't run on my iPad.

codebase: https://github.com/kennydude/photosphere

sample: http://kennydude.github.com/photosphere/test.html

Any solutions out there? Thanks in advance, Greg

Was it helpful?

Solution

The code seems to require WebGL which is not supported on Mobile devices.

OTHER TIPS

Just released - https://developers.google.com/panorama/web/

That should do the job. Works fine on my IOS 6 iPhone 4S.

Based on the developers guide mentioned by gdt I created a "tour" and a general photosphere viewer. You can see and download the examples here

I have had feedback and it seems to work fine on iPads. The loading time might be longer than they need to be because I left the photo spheres at 50MP so each is about 7-8MB

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top