andynormancx wrote: 
> It isn't a cache problem.
> 
> I've done a bit of remote debugging from Safari on the Mac to Safari on
> the iPhone.
> 
> It looks like you need to do more work on the positioning of the div
> within the footer, to move it upwards based on some of the inset calcs.
> 
> For example if I manually apply "bottom: 73px !important;" to that div
> the toolbar buttons are clear of the home indicator.

Thanks for testing. I originally implemented my URL query parameter
approach, and this did adjust the size of the bottom nav. Is there
anyway for you to check what the env value actually is? Perhaps its
being read as 0

If you create a file named -material-skin.mobile.css- within your LMS's
-prefs/plugin/- folder with just:


Code:
--------------------
    
  :root {
  --bottom-nav-pad:64px;
  }
  
--------------------


...refresh browser cache, etc. Does that them move the text up? (64px is
just a guess - probably way too much!)



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
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

Reply via email to