I have this URL with pdf resource
I want to download it inside my app, but it doesn't work. I tried url_launcher, flutter_cached_pdfview I tried this answer but no success. For rendering site I use flutter_inappwebview,
It works perfectly with flutter_custom_tabs or opening the external browser, but it doesn't work in my app in web view.
How can I achieve pdf downloading inside my app via webview?