I've created a web page that has an "Export to CSV" button which takes table data from that same page and converts to CSV, prompts user to download and it works just fine via desktop.
I want to do the same when viewing page on mobile and it does not work.
I'm fairly new to working in mobile for the most part, so this is more of a "is it even possible it will work in mobile" type of question before I even post code.
Thanks in advance!
EDIT: I'm using two jQuery plugins - tableExport.js and FileSaver.js