ios_sdk icon indicating copy to clipboard operation
ios_sdk copied to clipboard

WKDownload Apple API not working

Open bezgineg opened this issue 1 year ago • 1 comments

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

bezgineg avatar Apr 09 '24 09:04 bezgineg

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

genadyb avatar May 31 '24 14:05 genadyb