Closed jodal closed 9 years ago
Same effect when rotating most phones so the UI is displayed in "landscape" mode. Adding a bit of responsiveness to the playback screen would be nice.
In the end, it should look a bit like this, but (maybe) with the controls still in a footer: https://lh6.ggpht.com/T2n8ECMh6eigr7yBiJdnSA1xnPrMsQVj2UD5cIhHsfesvL2XjC-URIdWdhCJr2JwIPoi=h900
In the mean time, I'd suggest @jodal just rotates his Pi Display by 90° ;-)
Using ionic grid, this would look something like this on different devices:
Except for 10" tablets and other device which have "lots of" horizontal pixels, this seems to be the way to go. Maybe wrapping should be bound to vertical and not horizontal resolution?
OTOH, 10" support has never been the focus of MoMo, so what the heck...
Using a custom media query that actually checks orientation
and only displays columns side by side in landscape mode would benefit smaller tablets, too.
Ionic's implementation only checks for max-width
, so will have to copy this.
In landscape mode, there'd be ample space for displaying other track data, of course; but that's another issue...
If using Mopidy-Mobile on a desktop or for example the Raspberry Pi 7" touch screen (800x480px) you can only see the top part of the cover art, as it scales to fill the width of the screen.