Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

image link dont download

Open frogsuite opened this issue 5 years ago • 5 comments

when an image link is clicked within app the image is open as a modal window and not downloading on phone. though i can see a download listener and handler but still why images are not downloading. or am i missing some setting ?

frogsuite avatar Dec 04 '19 07:12 frogsuite

you should try sending download header along the image.

mgks avatar Dec 05 '19 10:12 mgks

i did the same thing you just suggested. but the issue is after the image is downloaded offline error page is showed. i did this with different file type and new target etc also but still same issue.

frogsuite avatar Dec 05 '19 11:12 frogsuite

don't send the request directly to the webpage, instead try to open the download link in new tab. this might work.

mgks avatar Dec 05 '19 11:12 mgks

as i mentioned i tried new tab also . still the same issue.

frogsuite avatar Dec 05 '19 11:12 frogsuite

I've to try it myself then, I'll let you know after sometime once I start working on the new production.

mgks avatar Dec 05 '19 12:12 mgks