mattrayner / cordova-plugin-vuforia

A 'simple' Vuforia based image recognition plugin for Cordova
MIT License
59 stars 39 forks source link

Plugin does not work in Ionic 3 #118

Open IsiHund opened 5 years ago

IsiHund commented 5 years ago

I am trying to use this plugin in my ionic 3 application. In Typescript this line navigator.VuforiaPlugin does not work. I do not know how I have to change this line.

Is there a way to use this plugin in ionic 3?

Missile71 commented 5 years ago

declare var navigator: any; <-------

@IonicPage() @Component({