Replies: 1 comment 1 reply
-
Short answer is, I don't think it's possible. Long answer: Webviews don't have a default implementation on how to handle "saves", but natively it can be handled via implementing a DownloadListener, however I don't think the Cordova webview does this, thus downloads will not work. Plugins I don't believe have direct access to the webview (because they shouldn't assume it to be an A potential workaround is to use the file plugin instead, with the caveat that the file plugin should really only be used for internal/private app storage. If your intent is to let the user choose the file location so that they can easily access it outside of your application, then the file plugin might not be sufficient. |
Beta Was this translation helpful? Give feedback.
-
Does anybody here knows how to instruct "Cordova" and\or Android "WebView" to work with the "Save()" function below?
Beta Was this translation helpful? Give feedback.
All reactions