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
Hello i have been experiencing some issues with playing from queue on Android and iOS.
[CrossMediaManager.Current.AutoPlay = false;
CrossMediaManager.Current.ClearQueueOnPlay = false;
CrossMediaManager.Current.RepeatMode = RepeatMode.Off;
_mediaItem = new MediaItem(filename);
_mediaItem.Album = detail.Name;
_mediaItem.AlbumArtist = detail.Narrator;
CrossMediaManager.Current.Queue.Add(_mediaItem);
//CrossMediaManager.Current.PlayNext(); - works only on ios
await CrossMediaManager.Current.Play(); - works only on android
Configuration
Version: 1.1.1
Platform:
iOS
Android
The text was updated successfully, but these errors were encountered:
Hello i have been experiencing some issues with playing from queue on Android and iOS.
Configuration
Version: 1.1.1
Platform:
iOS
Android
The text was updated successfully, but these errors were encountered: