grockster wrote: > > I'm not sure whether this problem has been raised before (apologies if > so), but I use the material skin web interface via an 'add to home > screen' shortcut in Android (Google Pixel 4a, Chrome is still the > default browser). > > For a week or so, when I try to access material skin's uppermost toolbar > (i.e. player selection, volume control etc.), the main Android status > bar appears as soon as I touch the toolbar and 'overwrites' it, making > it impossible to control the players.
The problem, I think, is that Material's webmanifest file states that it should be run fullscreen - and this hides the top and bottom android bars. For the next release I have changed this to "standalone", which means it will run in app-mode but will not hide these bars. You will, however, need to re-pin the app to the homescreen. If you don't want to wait for the next release, simple edit material.webmanifest in your LMS install and change -"display":"fullscreen"- to -"display":"standalone"- [Edit] Or you could use the Material APK from f-droid (search for LMS) *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins