JensUweB commented on issue #311: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/311#issuecomment-784982747
I found out whats going on here. InAppBrowser uses the android web view by default. Android Web View does not handle downloads by default, because it cannot render or download files (except html, css & js of course), so you have to register a download listener and handle it yourself. If you don't handle it yourself and just register the listener, the web view will crash (and so will your app), if the user klicks a download link. As workaround, you can try to modify the java code of the InAppBrowser yourself [as described here](https://stackoverflow.com/questions/30390826/download-file-from-external-website-with-inappbrowser-cordova). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org