vue-aplayer icon indicating copy to clipboard operation
vue-aplayer copied to clipboard

Question - is there a way to provide custom play buttons?

Open samuil4 opened this issue 6 years ago • 1 comments

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

samuil4 avatar Jan 07 '19 12:01 samuil4

You can implement custom buttons yourself via css. Then implement them via play() / skipBack() / skipForward() API.

u3u avatar Feb 26 '19 12:02 u3u