<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">something like this on your session:<br>
      <br>
      updateRoot: anHtmlRoot <br>
      <br>
      &nbsp;&nbsp;&nbsp; super updateRoot: anHtmlRoot.<br>
      <br>
      &nbsp;&nbsp;&nbsp; anHtmlRoot title: 'blah'.<br>
      &nbsp;&nbsp;&nbsp; anHtmlRoot meta <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; name: 'viewport';<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; content: 'initial-scale = 1.0, user-scalable = no';<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; yourself.<br>
      &nbsp;&nbsp;&nbsp; anHtmlRoot meta <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; name: 'apple-mobile-web-app-capable';<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; content: 'yes';<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; yourself.<br>
      &nbsp;&nbsp;&nbsp; anHtmlRoot meta <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; name: 'apple-mobile-web-app-status-bar-style';<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; content: 'black';<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; yourself.<br>
      <br>
      <br>
      <br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 7/22/13 8:45 PM, Erik Ferguson
      wrote:<br>
    </div>
    <blockquote
cite="mid:CALnJu3ttPSTWo4ntd1Vzjv5xKaD-soFs28kzZYrHqBzqyfN-gg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hi all! Sorry if this is a dumb question but I'm having
          trouble figuring out how to set head attributes such as
          viewport. I tried something like:<br>
          <br>
          anHtmlRoot attributeAt: 'viewport' put: 'width=device-width,
          initial-scale=1.0'<br>
          <br>
        </div>
        But this doesn't work at all. I also read on the Seaside manual
        about headAttributes and I tried using the Find function in
        Smalltalk to search for relevant code, but I couldn't really
        find anything useful for headAttributes. <br>
        <br>
        I'm new to Smalltalk and Seaside so any help that you could
        offer would be most appreciated. Thank you!<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>