Description
👋 Hey again,
I'm just leaving this here so we have a record of it.
Problem:
I've added a feature in my app to play downloaded mp3's and mp4's from my capacitor app. mp4's work great. But mp3's in AVPlayer exhibit some weird behaviors.
The player pops up and there's a loading animation over the top of it. As far as I know, it will sit there forever in that state and not start playing the mp3 audio file.
The thing is, the player is actually working. If I click on the very edge of the play button, outside of the loading spinner, it seems to register the click to play and starts right up. But that loading animation is stuck and blocking the play button unless you hit it right on the edge in the right set of pixels.
Or... if I rotate to fullscreen the animation is not there. But outside of the fullscreen, it's there covering the play button.
Sorry. I know this is a weird one.