I have a map on the page where the geolocation service is set to "watchPosition". When the position is updated, a marker on the map is moved. This is working great.
When I add an audio component to the page and enable "wachPosition", the map works fine but the audio stops working. On android you can start the audio, but the audio will pause when the position is updated, on iOS the audio component never seems to fully load.
Is this a known issue and is there a workaround?