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;">
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.