add and remove controls on HTML5 audio player

后端 未结 1 1971
Happy的楠姐
Happy的楠姐 2020-12-22 11:58

How do I add and remove specific controls on an HTML5 audio player? I\'d like to remove the volume control, time display, and the progress bar. I\'m using the following co

相关标签:
1条回答
  • 2020-12-22 12:35

    You can't mix and match native controls. You either have all the native controls or you have no native controls.

    If you want some controls, then you'll need to reproduce them using the JavaScript APIs and DOM.

    0 讨论(0)
提交回复
热议问题