Audio file playing on Chrome but not on Safari | XM Community
Skip to main content

Hi!
I have audio files embedded in my Qualtrics survey so that participants see the audio file and can click play but then can not interact with the audio player. This is working in Google Chrome but it's not working in Safari which is an issue for me because some participants will be using Safari on their laptops or iphones when completing the survey.
Below is my html code:




And here's the JavaScript:
Qualtrics.SurveyEngine.addOnload(function()
{jQuery("video").on('play', function() {
jQuery("#myid")"0].style.pointerEvents = "none" });
});

Any ideas why this isn't working on Safari?

Be the first to reply!

Leave a Reply