cordova-plugin-braintree
cordova-plugin-braintree copied to clipboard
how to use this plugin in ionic 3
I was not able to find a way to use this plugin in ionic 3. Could you please let me know how i can use it in ionic 3?
Sorry I haven't used this with ionic 3. I'll make a try and post the results here.
Thanks. I am still waiting for your post for ionic3
Working with ionic like a Charm! Good work :)
You just need to declare BraintreePlugin or cordova. Both ways works perfectly. And I tested it on Ios and android too.
simple usage: import { Component } from '@angular/core'; .... declare let BraintreePlugin: any; @Component({ ....
I may take a stab at making an Ionic Native wrapper for this...
btw, great work @Taracque
Can anyone verify if this works for ionic version 2+?