[Webkit-unassigned] [Bug 158496] WKWebView should expose API for disabling/enabling navigating Universal Links to native applications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 01:52:21 PST 2020


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

Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com

--- Comment #5 from Maciej Stachowiak <mjs at apple.com> ---
I think it would be a more flexible design to control this through a delegate method. Perhaps decidePolicyForNavigationAction can make the choice? That way, apps could decide on a case by case basis whether to open a webpage inline or open an associated app.

Poking around, it seems there is already a private _WKNavigationActionPolicyAllowWithoutTryingAppLink which would continue the navigation without trying universal links. I suspect making that public is the right approach.

-- 
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/20200219/48ac5f6b/attachment-0001.htm>


More information about the webkit-unassigned mailing list