[Webkit-unassigned] [Bug 158364] AX: WKWebView should have API to prevent pinch-to-zoom always being allowed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 8 16:48:35 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158364
--- Comment #14 from Tim Horton <thorton at apple.com> ---
(In reply to comment #13)
> (In reply to comment #12)
> > No. The availability macro (WK_AVAILABLE) is unrelated to what code actually
> > builds, and is just an annotation. You only want the availability macro, not
> > the #if __IPHONE_OS_VERSION_MIN_REQUIRED bits.
>
> Got it. But why in my previous patch, I only have the (WK_AVAILABLE) macro,
> but it gave me the error: property 'alwaysUserScalable' not found on object
> of type 'WKWebView *' on the mac port?
If your property only exists/works on iOS you may need some #if PLATFORM(IOS) guards, but not the version guards.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160608/91b6953e/attachment.html>
More information about the webkit-unassigned
mailing list