Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

On Firefox 38, android version 5.0, the <audio> html5 tag is not working

  • 2 trả lời
  • 10 gặp vấn đề này
  • 10 lượt xem
  • Trả lời mới nhất được viết bởi vali123

more options

The audio tag does not working/playing on the latest Firefox version from Android 5.0, Samsung (SM-G900F) Js code: var mp3Path = "/music.mp3"; var _audioTagSrc = document.createElement('audio'); _audioTagSrc.src = mp3Path; _audioTagSrc.play();

I set the mp3 file to "src" attribute. I get from audio error event the error message saying that the mp3 is not supported.

The audio tag does not working/playing on the latest Firefox version from Android 5.0, Samsung (SM-G900F) Js code: var mp3Path = "/music.mp3"; var _audioTagSrc = document.createElement('audio'); _audioTagSrc.src = mp3Path; _audioTagSrc.play(); I set the mp3 file to "src" attribute. I get from audio error event the error message saying that the mp3 is not supported.

Tất cả các câu trả lời (2)

more options

Is the device running Android 5.0? There is a know issue blocking playback on that version of Android.

more options

Yes, it's android 5.0 version. But on Android native browser and Chrome on the same device the audio is working.