jsPDF not downloading

Hi,

Have developed a mobile application using HTML5, Jquery, ajax and javascript. Have generated a pdf using jspdf successfully,

the problem is that when i deploy to voltbuilder it does not download the pdf when i call doc.output() or doc.save

Please help.

Is thus when you run the app on your device?

It probably has to do with your CSP.

Use a remote debugger to see what messages appear on the device console - I bet you have errors there.

Check this out.