You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I send a content to Chromecast if I turn off the phone screen, when I go to de app again the sender can't send commands to de receiver, Ex: The play/pause action does not work and no notifications are received.
The text was updated successfully, but these errors were encountered:
(ios and android) I can start a cast, lock the screen, unlock the screen, and pause/play still work.
(ios and android) My controls work even after force closing and restarting the app.
I'm not sure what notifications you are talking about though? I thought there were only chromecast notifications on android?
I would also recommend using the latest version of this plugin on miloproductionsinc
Your iOS app needs to have the background mode entitlement for audio/airplay enabled.
I would recommend using the cordova-plugin-ionic-webview which has a setting to NOT immediately suspend in the background, make sure this is set correctly. Otherwise wkwebview immediately suspends when the app isn't in the foreground.
If you have both of these then you should be good to go.
When I send a content to Chromecast if I turn off the phone screen, when I go to de app again the sender can't send commands to de receiver, Ex: The play/pause action does not work and no notifications are received.
The text was updated successfully, but these errors were encountered: