GetSimple Support Forum
meta name="viewport" not in admin head - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: meta name="viewport" not in admin head (/showthread.php?tid=9454)



meta name="viewport" not in admin head - Timbow - 2016-12-13

Experiments with fluid backend layout are hampered by not having 
  <meta name="viewport" content="width=device-width, initial-scale=1">
in the <head> of admin pages. Is there some reason it shouldn't be there?

I currently just write it in to  /admin/header.php


RE: meta name="viewport" not in admin head - Carlos - 2016-12-13

A small plugin could easily add that line using the header hook.

Or you could use the SA Hook Components plugin, with a component named hook_header that contains that meta tag.


RE: meta name="viewport" not in admin head - shawn_a - 2016-12-13

because viewport didn't exist yet would be my guess