You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi, I have an issue. I use the apple API to download files from WebView.
If I configure adjust via the
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
The text was updated successfully, but these errors were encountered: