skip to Main Content

Disable `audio` html tag

I have an html audio tag in my project, which in some situation I need to disable. In order to do it I apply the following css by adding disabled class to the audio tag: audio.disabled { pointer-events: none }…

VIEW QUESTION
Back To Top
Search