Threaded View
-
6 Nov 2012 8:25 AM #18
You will need to include the 'pdf.js' and 'compatibility' as well in your application,
You can include in "index.html" like aBut I suggest to use app.json file for.Code:<script src="{link to the script}" ...
This is how pdfjs include looks like in app.json:
Code:"js": [ { "path": "sdk/sencha-touch.js" }, { "path": "sdk/pdf.js/pdf.js" }, { "path": "sdk/pdf.js/compatibility.js" } ]


Reply With Quote