DIYgod / APlayer

:lollipop: Wow, such a beautiful HTML5 music player
http://aplayer.js.org
MIT License
7.33k stars 1.03k forks source link

Player control button is not displayed in fixed mode #747

Open cnhkbbs opened 2 years ago

cnhkbbs commented 2 years ago

When I try to open fixed mode,I found the player control button disappeared. Is the source code have the function of controlling the button switch, or this is a bug.

I tried to modify the code in aplayer.min.js and then these buttons display again. Change the code <div class="aplayer-info" style="display: none;"> to <div class="aplayer-info" style="display: block;">

Is this a bug? Or my usage is wrong.