mpetroff / pannellum

Pannellum is a lightweight, free, and open source panorama viewer for the web.
https://pannellum.org/
MIT License
4.16k stars 712 forks source link

Add phone sensor compass ? #1076

Open GuillaumeFX opened 2 years ago

GuillaumeFX commented 2 years ago

Hello I would like to know what code should you add to have the compass on the phone which allows you to move with the phone sensors, I saw it on the official site it works but on my own site I don't have it ?

Thank You Screenshot_20220211-212951 Screenshot_20220211-213018

mpetroff commented 2 years ago

Are you using HTTPS? Browsers disable access to device orientation data on unencrypted HTTP connections for security reasons.

GuillaumeFX commented 2 years ago

I've been trying to establish https for quite some time but I can't. Is there a way around this? (I'm on apache)

mpetroff commented 2 years ago

No, it's a browser security restriction. There's no way around it.