Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controlsList - what is it? #59

Open
adventmedia opened this issue Apr 23, 2019 · 3 comments
Open

controlsList - what is it? #59

adventmedia opened this issue Apr 23, 2019 · 3 comments

Comments

@adventmedia
Copy link

The docs mentions a prop "controlsList" but it is not documented in the audio tag documentation. Also the player has a ... menu with "Download" as an option which the client would like to remove. Assuming that "controlsList" would allow this… some documentation would be helpful

@readeral
Copy link

readeral commented Oct 8, 2019

For anyone coming across this in the future, it's an attribute on

@bepitulaz
Copy link

I found the answer in Stack Overflow. The attribute is accepting nodownload, nofullscreen, and noremoteplayback https://stackoverflow.com/a/48333012/4233158

@ucin3d
Copy link

ucin3d commented Jul 29, 2021

The option to disable the download is mentioned in a previous question: controlsList={"nodownload"}

<ReactAudioPlayer
src={audioSource}
controls
controlsList={"nodownload"}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants