Open kolliss opened 2 years ago
Hi @kolliss! 👋
It looks like you provided an invalid or unsupported reproduction URL. Do not use any service other than Codepen, jsFiddle, Codesandbox, and GitHub. Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc. Please edit your original post above and provide a valid reproduction URL as explained.
Without a proper reproduction, your issue will have to get closed.
Thank you for your collaboration. 👏
I think you need a plugin in capacitor https://github.com/ionic-team/capacitor/issues/2331
What happened?
Calling exportFile helper always return true, but do nothing on Android devices. There is no problem, if I try to do this in SPA mode.
What did you expect to happen?
I would expect that the following is a helper trigger the browser and start downloading a file with the specified content. Or at least return proper error message, if for some reasons export not possible.
Reproduction URL
No url _
How to reproduce?
Just call this sample function on Android device (capacitor mode).
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Capacitor Mode
Platforms/Browsers
Android
Quasar info output
Relevant log output
No response
Additional context
No response