web: prevent openURL action on ios devices if url is redirect

This commit is contained in:
wukko
2024-09-23 15:06:57 +06:00
parent 12f7ee874e
commit ba93492c8d
5 changed files with 37 additions and 11 deletions

View File

@ -88,6 +88,7 @@
return downloadFile({
url: response.url,
urlType: "redirect",
});
}