You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to add some plugin I cant set features: ['myplugin']
because I will have no any controls and I must specify all default controls and my plugin features: ['playpause', 'current', 'progress', 'duration', 'tracks', 'volume', 'fullscreen', 'myplugin']
It will be fine to split contolbar settings and list of used plugins.
The text was updated successfully, but these errors were encountered:
Sorry for the delay. Please download the master branch of the player. Now a useDefaultControls is set to false. If you set it to true, it will allow you to get the default control bar elements in strict order and then you can just append more plugins using features. Let me know if it worked for you and thanks for reporting this. Please star the project so we continue supporting it
rafa8626
changed the title
Split contolbar settings and list of plugins
Split controlbar settings and list of plugins
Jul 28, 2017
If I want to add some plugin I cant set
features: ['myplugin']
because I will have no any controls and I must specify all default controls and my plugin
features: ['playpause', 'current', 'progress', 'duration', 'tracks', 'volume', 'fullscreen', 'myplugin']
It will be fine to split contolbar settings and list of used plugins.
The text was updated successfully, but these errors were encountered: