<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Zoom doesn't work anymore when width=device-width"
   href="https://bugs.webkit.org/show_bug.cgi?id=153402">153402</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Zoom doesn't work anymore when width=device-width
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Misc.
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>andre&#64;webkr.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When a page has width=device-width set, the double-tap-and-hold zoom gesture doesn't work anymore, even when the tap hit only elements that don't handle click events.

Without width=device-width set: <a href="http://output.jsbin.com/femivot/">http://output.jsbin.com/femivot/</a>
With width=device-width set: <a href="http://output.jsbin.com/lecici/">http://output.jsbin.com/lecici/</a>
What happens: Double-tap-and-hold zoom doesn't work on the second link (<a href="https://www.youtube.com/watch?v=ashLZBGPRhg">https://www.youtube.com/watch?v=ashLZBGPRhg</a>)

I believe this might be a side-effect of the solution from <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement viewport-width-based fast-click heuristic"
   href="show_bug.cgi?id=150604">https://bugs.webkit.org/show_bug.cgi?id=150604</a>, but shouldn't the zoom functionality not only be removed from clickable elements? So if a tap hits no element that is a link, has an onclick handler bound or a focus-sensitive pseudoclass - basically if a tap has no effect - the zoom should still work after a subsequent tap-and-hold?</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>