Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

273
Views
How can I play an audio file in mobile phones?

I have a jQuery statement where I call a created file to be played. The thing is that it is correctly played in the pc but when I try to execute it in the mobile phone I can hear nothing and the volume is at maximum.

<script>
    $(document).ready(function(){
        var audioElement = document.createElement('audio');
        audioElement.setAttribute('src', './static/audio/welcome.mp3');
        audioElement.play();
    })
</script>

I am playing it on Safari and if I embed the code into a button it works when I press it but is there anyway I can play it when the DOM is loaded?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Could you tell me what browser did you try it please? here is an old post where the guy had the same problem :

Link for jquery music mobile

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!