I have questions about the documentation of the expo in the implementation of a webview in the standalone application, due to the amount of dynamic graphics I have on a page, I chose not to make a native version, but to render that page in my application through a webview, until then okay, but on the page there is the option to download a zip file of the documents referring to the graphics of the page, but just like in the native android, clicking the download button nothing happens, in the android studio the solution is to implement the mWebView.setDownloadListener (), so I’d like to know what and how can I use the equivalent with expo in a webview of a stand-alone application to perform downloads on web pages in my application?
thaks my friends