How to modifiy contents of HTML header for all pages
734969Mar 8 2011 — edited Mar 8 2011Hi everyone,
I'm trying to make my APEX application work better on an iPad. Currently only the 'Cancel' button is visible on forms; the 'Submit' button and all but the 1st column are cut off by Safari (only the first 1024px are shown and the page is wider than this).
To fix this I've been trying to follow the instructions at http://dgielis.blogspot.com/2011/02/make-your-apex-app-ipad-compatible.html however I cannot find a way of inserting:
<link rel="stylesheet" media="only screen and (max-device-width:1024px)" href="&BASE_PATH./css/ipad.css" type="text/css" />
into the <head> section of each page. The only way seems to be adding it to each of the 76 page templates and I'm sure there must be a better way.
Does anyone know of a way to add a line to the <head> section of all pages in an APEX application?
Thanks,
Al
Edited by: dogstar428 on Mar 8, 2011 3:49 AM