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 opening the MusicPlayerView for an offline device or one that is playing no media, the ellipsis menu is not displayed making it impossible to close the view again and the app must be force quit to select a new device (or if the device is online you can start playing a song to show the ellipsis menu). This is true even in the lyrics and queue views.
Maybe this could be solved using the .navigationTransition(_:) API? Which has a zoom option that adds interactive dismissal, similar to the Apple Music app. Assuming you didn't want to restore the navigation back button or show the ellipsis menu at all times.
I implemented it in my own copy to see what it was like:
navigationTransition+fullscreenCover.mov
Good job on Cider Remote 4 so far. Would love to help out on it if you need it :)
When opening the MusicPlayerView for an offline device or one that is playing no media, the ellipsis menu is not displayed making it impossible to close the view again and the app must be force quit to select a new device (or if the device is online you can start playing a song to show the ellipsis menu). This is true even in the lyrics and queue views.
Maybe this could be solved using the
.navigationTransition(_:)API? Which has a zoom option that adds interactive dismissal, similar to the Apple Music app. Assuming you didn't want to restore the navigation back button or show the ellipsis menu at all times.I implemented it in my own copy to see what it was like:
navigationTransition+fullscreenCover.mov
Good job on Cider Remote 4 so far. Would love to help out on it if you need it :)