<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WKWebView should have API to prevent pinch-to-zoom always being allowed"
   href="https://bugs.webkit.org/show_bug.cgi?id=158364#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WKWebView should have API to prevent pinch-to-zoom always being allowed"
   href="https://bugs.webkit.org/show_bug.cgi?id=158364">bug 158364</a>
              from <span class="vcard"><a class="email" href="mailto:thorton&#64;apple.com" title="Tim Horton &lt;thorton&#64;apple.com&gt;"> <span class="fn">Tim Horton</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=158364#c13">comment #13</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=158364#c12">comment #12</a>)
&gt; &gt; No. The availability macro (WK_AVAILABLE) is unrelated to what code actually
&gt; &gt; builds, and is just an annotation. You only want the availability macro, not
&gt; &gt; the #if __IPHONE_OS_VERSION_MIN_REQUIRED bits.
&gt; 
&gt; Got it. But why in my previous patch, I only have the (WK_AVAILABLE) macro,
&gt; but it gave me the error: property 'alwaysUserScalable' not found on object
&gt; of type 'WKWebView *' on the mac port?</span >

If your property only exists/works on iOS you may need some #if PLATFORM(IOS) guards, but not the version guards.</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>