I am trying to create a QML-based mobile application for downloading files from the web. As far as I know Qt WebEngine is not supported on Android, therefore I am using WebView instead. I have come to notice that it doesn't provide anything like downloadRequested or downloadFinished. How do I handle download requests?