Fix:Back button to close modal #267 and back button to minimize fullscreen player #267

This commit is contained in:
advplyr 2022-07-04 15:42:59 -05:00
parent 6a8d901ce1
commit b4bb6bf81b
7 changed files with 64 additions and 22 deletions

View file

@ -131,6 +131,11 @@ class AbsAudioPlayerWeb extends WebPlugin {
}
}
// PluginMethod
async getIsCastAvailable() {
return false
}
initializePlayer() {
if (document.getElementById('audio-player')) {
document.getElementById('audio-player').remove()