Cordova Slack Digest

Fri, 17 Jun 2022 08:22:19 GMT

User count: 4692

Join the conversation at slack.cordova.io

Channel #general (2 messages)


Thu, 16 Jun 2022 21:35:24 GMT

@info460 says

One question please. I am using mediaElements.js player to play youtube videos in my App. They gets paused when app go to background. I did try KeepRunning set to true, plugin background mode ... without success. Is there a way to continue playing YT/video in background?

Fri, 17 Jun 2022 00:32:41 GMT

@norman137 says

If the library operates inside the webview environment, there's no guarentee the OS will not pause webview processes when the app is a background. keepRunning is a flag that acts more like a hint, but the OS may not honour it and actual behaviour may vary by device. Also note that this for Android only. iOS always pauses any webview activity when the app goes into the background.

Channel #cordova-ios (1 messages)


Thu, 16 Jun 2022 10:38:59 GMT

@jcesarmobile says

Ah, I thought safari 16 was safari for iOS 16, lol. That makes sense