littlstar / axis360

Axis360 is a panoramic (360 video) rendering engine
http://developer.littlstar.com/axis360/public/doc/littlstar-axis/1.21.4/
MIT License
120 stars 22 forks source link

No mobile support? #64

Open tommybananas opened 9 years ago

tommybananas commented 9 years ago

I built the the project and tried to run it (index.html) on my mobile devices and got nothing but a black screen. Are there settings or compatibility issues to keep in mind on mobile? We don't want to force full screen like most mobile web video solutions.

jwerle commented 9 years ago

@tommybananas Last time I checked mobile support was spotty until vendors stabilize webgl. Thatm may not be the case today. You can set webgl: false as an option to the Axis constructor which will force rendering to occur on canvas directly, but there are no guarantees.

jwerle commented 8 years ago

@tommybananas We're addressing this in version 2.0. See #102