ValleyDevFest2016 / valleydevfest

GDG DevFest website template
https://hoverboard.firebaseapp.com/
Other
0 stars 0 forks source link

Fix VRView 360 images #2

Closed MrCsabaToth closed 7 years ago

MrCsabaToth commented 8 years ago

Displays with Edge and FireFox, but doesn't display well on Chrome or mobile Chrome or Dolphin. Maybe the best would be a polymer element which wraps the VRView iframe properly

MrCsabaToth commented 8 years ago

The gh-pages deployment doesn't error out, however custom domain with gh-pages doesn't work by default through SSL/https. For that I'll set up a CloudFlare account.

MrCsabaToth commented 8 years ago

CloudFlare configured but some more configuration needed on the Google Domains end. Right now at least https falls through to http.

MrCsabaToth commented 8 years ago

Set up cloadflare (free plan) and https is working now. The only thing left is to redirect http to https

MrCsabaToth commented 8 years ago

I think the GitHub hosting solved it

MrCsabaToth commented 7 years ago

Well, the VRView is working but we have routing issues when we are not on FireBase. We should migrate back to FireBase. For I'd either indeed need to solve the VRView problem with FireBase, or I'll actually devote a separate site for the 360 images.

FireFox error messages about the VRView problem:

Failed to load ‘https://valleydevfest-620d6.firebaseapp.com/vrview.html?image=&is_stereo=false’. A ServiceWorker passed a redirected Response to FetchEvent.respondWith() while RedirectMode is not ‘follow’.

Failed to load ‘https://valleydevfest-620d6.firebaseapp.com/vrview.html?image=/images/backgrounds/location_hall.jpg&is_stereo=false’. A ServiceWorker passed a redirected Response to FetchEvent.respondWith() while RedirectMode is not ‘follow’.

Google search doesn't yield any kind of hit whatsoever... so migrating the images to a separate site is a more likely solution.

MrCsabaToth commented 7 years ago

Therefore related to #21

MrCsabaToth commented 7 years ago

Replaced 360 VR view with a Video element. Will spin out a separate site for 360 images.