Hi.
I am implementing a gyroscopic feature to a panoramic image, but i get the error when trying to access the feature:
“The deviceorientation events are blocked by feature policy. See https://github.com/WICG/feature-policy/blob/master/features.md#sensor-features”
This makes complete sense since i guess Wix will not allow my iframe to do certain things, but i do not understand why the gyroscope is part of this limitation?
Do anybody have a workaround?
To be more specific:
I have an iframe working with pannellum (https://pannellum.org),
everything works but the orientation, which obviously is getting limited by the WICG ( webappsec-feature-policy ) .
Does anybody know if i can disable parts of the WICG?
All the best
Toby