carsten_h wrote: > I am using here Material Skin 2.6.0 with an iPhone 11 and after putting > this link: "http://192.168.178.109:9000/material" as a webapp to my > homescreen I am getting this: > ... > > So it is working fine without any addition of "?ios"!
Yes, that's becaause 2.6.0 tries to detect if the app is fullscreen, and applies the padding. Detecting full screen does not seem to work on all devices, so for 2.6.1 it will do this for all iOS devices - even those with a home button, where its not really required. Also, for 2.6.1 I've removed the longpress handler from the 'Now playing' bottom nav button. This should -hopefully- help when swiping up from the iOS bar at the bottom. *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 [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
