Technical Questions
My Embedded Snap doesn’t move when I move my mobile phone, record audio, or allow fullscreen viewing.
Most likely the page you’ve embedded your Snap in is HTTP. The platform uses secure HTTPS only, as there are some features which browsers will soon be allowing only over HTTPS connections, including device motion and fullscreen. The list of powerful features includes:
- Device motion / orientation (Read motion data from phones etc.)
- Fullscreen
- getUserMedia (Allow built in MP3 recorder to work)
The official fix is: make sure you’re using the Snap over an HTTPS connection to access the ‘powerful features’.
My Snap image looks skewed / distorted!
The platform works best with equirectangular images at a 2:1 ratio.
For example: if your image is 5000 pixels wide, it will ideally be 2500 pixels high.
My Embed from a 3rd party site isn’t working.
All content is delivered over HTTPS. If your embed code is just using insecure HTTP, it won’t display. Change the HTTP to HTTPS inside the Embed code and it should display fine. If it still doesn’t work, feel free to contact us with the Embed link in question and we’ll give it a look.
My Embedded YouTube/Video Provider won’t autoplay on mobile without tapping a button.
This is unfortunately out of our hands, and is by design to combat autoplaying ads on websites, and save mobile data.
From Apple: “In Safari on iOS (for all devices, including iPad), where the user may be on a cellular network and be charged per data unit, preload and autoplay are disabled. No data is loaded until the user initiates it.”.
Google has followed suit as well: “Android has disabled autoplay in versions 4.1+.”