tvillarete / ipod-classic-js

An iPod Classic emulator that connects to Apple Music and Spotify. Built with React & Styled Components
http://tannerv.com/ipod
MIT License
1.43k stars 100 forks source link

[New UI] Allow forcing of full-screen UI on desktop user agents #146

Open CountParadox opened 1 year ago

CountParadox commented 1 year ago

Hi,!

I want to display this full screen on a Samsung flip 55" touch screen in portrait mode. But it only displays a small iPod in the middle of the display... Is there a way to force it to act as if it's on mobile without messing with useragents ??

tvillarete commented 1 year ago

👋 This is unfortunately not possible with the existing code, but it theoretically could be done with a few lines of CSS. I don't have time to implement a feature like that, but if you or anyone else who comes across this issue are interested in contributing this feature, that would be a pretty neat feature. Maybe something like a new option in settings that allows users to force full-screen mode.

I'll mark this issue as a feature. Thanks for the suggestion!