You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/24 05:37:33 UTC

[GitHub] ghenry22 commented on issue #213: Playing multiple files sequentially in background doesn't work in iOS

ghenry22 commented on issue #213: Playing multiple files sequentially in background doesn't work in iOS
URL: https://github.com/apache/cordova-plugin-media/issues/213#issuecomment-457073220
 
 
   if you are using wkwebview on ios it kills all javascript processing in background by default which will stop any non-native function from working correctly in the background, just as you have seen.  Regardless of background operation entitlements.
   
   Check out the ionic-webview, it has additional support for background operation to support legitimate background tasks exactly like this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org