12-02-2022, 12:01 PM
(12-02-2022, 09:54 AM)chano22000 Wrote:(12-01-2022, 03:25 PM)Tim Curtis Wrote: [...] I think you mean having both the time and volume knobs showing. It could be done but the knobs become very tiny which makes the UI look very odd. [...]
Hi Tim,
You are right. On the previous Moode versions the interface looked the same (with both time and volume knobs) on a 13,3" 1920x1080 laptop screen and a 6,7" 2400x1080 smartphone one (even though the W/H ratio are a bit different : 16/9 vs 20/9). Interface was very usable on the smartphone being used as a remote while listening.
That would be nice to get back the previous screen design on a smartphone by restoring the (old or current) PC based one !
Thank you so much for Moode and your involvment as well as the Moode team contributions to make it always better !
Best regards.
Philippe
Rearranging the UI for smartphones screens is done using the Browser viewport size and not the screen's physical resolution.
Run the command below and then refresh the Browser. The viewport size will appear in a popup notification.
Code:
# Show viewport
moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'"
# Hide viewport
moodeutl -q "update cfg_system set value='' where param='pkgid_suffix'"
Also what make/model is your smartphone?