Inappbrowser & filedown

Hello there!

I want to use a in-app-browser to open a specific web page and then download the file from that web page.

options = zoom no, location no

const browser = this.inappbrowser.create(‘http://www.naver.com’, ‘_blank’, options);

If you go to the web page and click download the file, there is no response.

  • .jpg If you click on the image file, it becomes an image view.

However, if you click on a * .pptx or * .pdf file, nothing happens.

If you open the page with ‘_system’, it will be downloaded using system browser.

Tell us how to download the file using ‘_blank’.

Thank you for your help.