Hello there,
We are displaying some website inside a webView within the app. The page has a link (actually a form that is posted) to download a pdf file, it works fine on IOS (It opens the pdf inside the web view). However, on android, nothing actually happens (web view listeners are actually fired, so there’s something happening) and we are not able to get the file open nor download.
Is there anything that can be done about this?