[Webkit-unassigned] [Bug 216624] New: WKPageLoadURLRequestReturningNavigation should allow open universal links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 16 16:35:02 PDT 2020


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

            Bug ID: 216624
           Summary: WKPageLoadURLRequestReturningNavigation should allow
                    open universal links
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dvh at apple.com

Using WKPageLoadURLRequestReturningNavigation() for now will call underlying WebKit:: WebPageProxy::loadRequest() with shouldOpenExternalURLsPolicy set to ShouldAllowExternalSchemes.
It won't allow opening universal links with the proper application.

Instead, WKPageLoadURLRequestReturningNavigation() should be using shouldOpenExternalURLsPolicy set to ShouldAllow.

-- 
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/20200916/11017fec/attachment-0001.htm>


More information about the webkit-unassigned mailing list