Obejct is not function
hanafiqp opened this issue · 1 comments
why when i am add this plugin to my ionic 3 projects, and even i am finished build/compile my project. Then when i want use it. Its show error like this.
ERROR TypeError: Object(...) is not a function at e.preview (vendor.js:1) at l.download (main.js:1) at Object.handleEvent (0.js:1) at Object.handleEvent (vendor.js:1) at Object.handleEvent (vendor.js:1) at Ut (vendor.js:1) at vendor.js:1 at HTMLElement.<anonymous> (vendor.js:1) at t.invokeTask (polyfills.js:3) at Object.onInvokeTask (vendor.js:1)
Thats my code,
me.previewFile.preview("file:///storage/emulated/0/MyRadiant/Form_Pengkinian_Data_(Individual)_(2).pdf") .then((res: any) => console.log(res)) .catch((error: any) => console.error("eror hehe",error));