Geolocation in the Jira Cloud Plugin

Hi Everyone,

In the plugin for JIRA Cloud that I am currently building, the function of finding the current position of the user is necessary.

Unfortunately, when it invokes functionality, it gets:

Geolocation has been disabled in this document by permissions policy…

The deviceorientationabsolute events are blocked by permissions policy. See https://github.com/w3c/webappsec-permissions-policy/blob/master/features.md#sensor-features

It looks like the problem might be that my plugin (Dashboard Item) is nested in Iframe.

I think a similar problem is described here, but there is no answer, unfortunately.

Can someone please help with this issue?

Regards,
Mik