[Webkit-unassigned] [Bug 238326] Add Captive Portal alert to WKWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 11:16:42 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=238326

--- Comment #9 from Brent Fulgham <bfulgham at webkit.org> ---
Comment on attachment 455643
  --> https://bugs.webkit.org/attachment.cgi?id=455643
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=455643&action=review

> Source/WebKit/UIProcess/API/ios/WKWebViewIOS.h:28
> +#if USE(APPLE_INTERNAL_SDK) && PLATFORM(IOS_FAMILY)

I think this might avoid breaking the build:

#if USE(APPLE_INTERNAL_SDK) && PLATFORM(IOS_FAMILY) && __has_include(<WebKitAdditions/WKWebViewAdditions.h>)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220329/e2a23212/attachment.htm>


More information about the webkit-unassigned mailing list