I want to query the status of the gelocation permission without prompting the user directly. Since then I have done this via:
navigator.permissions.query({name:'geolocation'})
however I realized that this does not work via iOS. Does anyone know an alternative way that works system and browser independent?