Ionic 4 - Detect exit fullscreen event of a HTMLVideoElement on iOS

Hello,

I’m currently developping an ionic application using videos.
The video is displayed in fullscreen mode, so on iOS it uses the standard iOS Video Player.

My problem is that I need to know when the “exit button” of the fullscreen is clicked, because I need to do an action at the exit of the fullscreen mode

Does anyone know how I can detect the exit fullscreen event of a video on iOS ?

Hi @aurelienwipon. Did you find a solution for this?