Is it possible to leave a YouTube embed in the background in iOS?

1

I'm doing a project using Ionic + Cordova and wanted to know if it's possible on the iPhone to leave a Youtube video running in the background while blocking the screen. By default devices with iOS pause the video when it enters the background.

    
asked by anonymous 17.06.2015 / 14:20

1 answer

1

Not possible.

The reason is, iOS does not allow you to run video, or anything else related to the interface, while your app is in the background.

iOS allows you to play background audio tracks seamlessly, but since you're plastered to YouTube, that's not going to work either, since YT prohibits extracting audio to play it separately from the video.

    
27.06.2015 / 20:26