Export to CSV , Excel , PDF buttons not working in Apache cordova App

Export to CSV , Excel , PDF buttons not working in Apache cordova App

kjpradeepkjpradeep Posts: 4Questions: 1Answers: 0

We have a web application which is developed entirely in HTML , CSS , bootstrap , jquery . In this we are using datatables.net to display data as well as for export and printing the data.

It works fine in browsers but when the same web application is converted to cordova app , the export and print don't work.

Replies

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Hi @kjpradeep ,

    I don't know anything about cordova, but you would need to make sure the relevant script and CSS files are still being loaded. If that doesn't help, please link to a page showing the problem and we'll take a look.

    Cheers,

    Colin

  • kjpradeepkjpradeep Posts: 4Questions: 1Answers: 0

    We are checking using Remote Devices - > Inspect in google chrome and connecting the device to the PC. When we click on export to CSV , PDF or Excel .. there is no error or warning or info on the console in Developer tools (F12 ) on the chrome.

    When we click on Print , the Mobile app crashes immediately. We got a workaround for printing by defining a custom function for printing but export to files needs a fix.

  • umeshmekaumeshmeka Posts: 1Questions: 0Answers: 0

    Hi @kjpradeep

    I too got the same issue.
    If you find the solution please post it here.
    And please brief the solution for 'print' button

This discussion has been closed.