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"
}
]
