<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:wenson_hsieh&#64;apple.com" title="Wenson Hsieh &lt;wenson_hsieh&#64;apple.com&gt;"> <span class="fn">Wenson Hsieh</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Excessive zoom applied to Bootstrap v3 modal (new iOS 9 breakage)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150715">bug 150715</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>wenson_hsieh&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Excessive zoom applied to Bootstrap v3 modal (new iOS 9 breakage)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150715#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Excessive zoom applied to Bootstrap v3 modal (new iOS 9 breakage)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150715">bug 150715</a>
              from <span class="vcard"><a class="email" href="mailto:wenson_hsieh&#64;apple.com" title="Wenson Hsieh &lt;wenson_hsieh&#64;apple.com&gt;"> <span class="fn">Wenson Hsieh</span></a>
</span></b>
        <pre>Similar to &lt;<a href="http://wkbug.com/146244">http://wkbug.com/146244</a>&gt;, this is related to how the &lt;body&gt; height is being computed as a very small value. This can be verified in jsbin test case by putting height: 100vh on the &lt;body&gt; and seeing that the excessive zoom doesn't occur.

It would be useful to know what heights Chrome and Firefox on mobile compute for the &lt;body&gt; element. On desktop, Safari, Chrome and Firefox all compute the body height to be about 46px, so I would guess it's the same for mobile, but it would definitely be good to double check.

I suppose a temporary workaround for both this issue and &lt;<a href="http://wkbug.com/146244">http://wkbug.com/146244</a>&gt; is forcing the body element to cover the page, but for an actual fix, we need to know whether having a tiny/very short &lt;body&gt; is something we should support. If not, we need to figure out what's causing us to compute body height to be such a small value; otherwise, we'll need to adjust the way we handle various iOS-specific behaviors (e.g. zooming and input assistance) to do the right thing even when the body element is tiny.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>