Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WKDownload Apple API not working #704

Open
bezgineg opened this issue Apr 9, 2024 · 1 comment
Open

WKDownload Apple API not working #704

bezgineg opened this issue Apr 9, 2024 · 1 comment

Comments

@bezgineg
Copy link

bezgineg commented Apr 9, 2024

Hi, I have an issue. I use the apple API to download files from WebView.
If I configure adjust via the

loadWKWebViewBridge method:(WKWebView *)WKWebView
          wkWebViewDelegate:(id<WKNavigationDelegate>)wkWebViewDelegate

then the decidePolicyForNavigationAction method in my webView is called via adjust.
However, if I set a policy .download, this is not processed in any way inside adjust, and therefore the
public func WebView method(_: WKWebView, navigationAction _: WKNavigationAction, didBecome download: WKDownload)
is not called inside my WebView, which is needed to process the download

@genadyb
Copy link
Contributor

genadyb commented May 31, 2024

Hello @bezgineg.
This issue should be fixed in 4.38.3.
Please update and re-check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants