"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Ionic

Hi there,

I'm would like to know how to use vuforia in my ionic app, I found this plugin on github: https://github.com/mattrayner/cordova-plugin-vuforia, but when I try to use the method startVuforia I get an error saying TypeError: Cannot read property 'startVuforia' of undefined. How can I import vuforia module to my controller.js, I already added <script src="../plugins/cordova-plugin-vuforia/www/VuforiaPlugin.js"></script> to meu index.html.