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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 10:12:43 PDT 2022


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

--- Comment #3 from clopez1 at apple.com ---
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.mm:1560
>> +    [self _presentCaptivePortalModeAlertIfNeeded];
> 
> Views can move in and out of windows frequently, for example I believe they do so when switching tabs. I recommend double-checking that _presentCaptivePortalModeAlertIfNeeded is super efficient in the "do nothing" case.

Agreed. `_presentCaptivePortalModeAlertIfNeeded` should be efficient, especially for subsequent calls.

-- 
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/20220325/4ef555b2/attachment-0001.htm>


More information about the webkit-unassigned mailing list