cordova-plugin-braintree icon indicating copy to clipboard operation
cordova-plugin-braintree copied to clipboard

how to use this plugin in ionic 3

Open blueror815 opened this issue 7 years ago • 5 comments

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?

blueror815 avatar May 29 '17 14:05 blueror815

Sorry I haven't used this with ionic 3. I'll make a try and post the results here.

Taracque avatar Jun 06 '17 11:06 Taracque

Thanks. I am still waiting for your post for ionic3

blueror815 avatar Jun 21 '17 06:06 blueror815

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({ ....

samuelgja avatar Sep 09 '17 03:09 samuelgja

I may take a stab at making an Ionic Native wrapper for this...

btw, great work @Taracque

jamesdixon avatar Sep 19 '17 18:09 jamesdixon

Can anyone verify if this works for ionic version 2+?

selected-pixel-jameson avatar Jan 24 '18 10:01 selected-pixel-jameson