vue-aplayer
vue-aplayer copied to clipboard
Question - is there a way to provide custom play buttons?
Hi, my case is as follows:
- I have to provide custom play/next/back buttons
- I have to listen if a user clicks on next/back buttons
You can implement custom buttons yourself via css.
Then implement them via play()
/ skipBack()
/ skipForward()
API.