I have a PWA and I would like to download an excel sheet but I cant find the download widget/tool. Am I able to download in PWA? Is there a way?
Hi Gerantina,
Cordova plugins are not supported on PWAs, so plugins like the one suggested by José will not work. You can use FileSave js to download in a PWA. You will find the whole explanation and an example OML in this post.
Kind Regards,João