Is there a way to know the position of the permissions prompt (camera, geolocation, notifications, etc...) in the browser?
The reason why is that my app asks for allot of permissions and some of my users are not that tech savvy, so I want to make an arrow pointing to it, feels like a better user experience. I can get them from my displays but it wouldn't be responsive if I do that.
Does anyone know if there's an API/Workaround that allows this?
Thank you!