[Webkit-unassigned] [Bug 152837] App store redirects do not work in WKWebView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 12:08:08 PST 2016


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

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Sam Weinig <sam at webkit.org> ---
This is correct behavior. If you want the redirect, you need to implement the navigation delegate's policy handling functions to do this. Specifically:

- (void)webView:(WKWebView *)webView decidePolicyForNavigationAction:(WKNavigationAction *)navigationAction decisionHandler:(void (^)(WKNavigationActionPolicy))decisionHandler;

-- 
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/20160108/9abbfcc5/attachment.html>


More information about the webkit-unassigned mailing list