Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active June 23, 2017 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/ee16fd543070684168e00670b522e118 to your computer and use it in GitHub Desktop.
Save matthieu-D/ee16fd543070684168e00670b522e118 to your computer and use it in GitHub Desktop.
Wikitude constructor
constructor(public platform: Platform) {
platform.ready().then(() => {
this.wikitudePlugin = cordova.require("com.wikitude.phonegap.WikitudePlugin.WikitudePlugin");
console.log('The wikitude object: ', this.wikitudePlugin);
console.log('The wikitude test method: ',this.wikitudePlugin.isDeviceSupported);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment