I used the blocks below to run downloads in custom webviewer, but the file name is only named as the extension (.mp4). How do i make the right file name show?
È un sito istituzionale ma io non vado a modificare nulla semplicemente voglio che il sito lo apre nell'app e poi avere la possibilità di scaricare i documenti, che da browser normalmente riesco, invece attraverso customwebview non riesco, grazie mille.
It is a website but I'm not going to change anything, simply, I want the site to open in the app, and then have the possibility to download documents from a web browser normally can't, however, through customwebview I can not, thank you very much.
so i have a web application that supports downloading reports via blob URL, where when the user clicks a button it will redirect to blob::http://mysite/report/245264363.
can this be handled with the following block? or is there another solution?
because i tried to use the block, the message "Runtime Error: Can not handle uri:: blob:http://mysite/report/245264363" appears
so i have a web application that supports downloading reports via blob URL, where when the user clicks a button it will redirect to blob::http://mysite/report/245264363.
any suggestions on what kind of block would be appropriate to handle this case?