Taylor Hamling

Results 7 comments of Taylor Hamling

Thanks @pdyraga for this update! I've been testing it and found the fade out doesn't work correctly. The splashscreen fades out but it fades to a white background rather than...

> We are now maintaining a forked version [wizpanda/cordova-plugin-nativeaudio](https://github.com/wizpanda/cordova-plugin-nativeaudio#difference-from-original-plugin) of this plugin which includes commits from this PR. Hey, really appreciate you maintaining a fork with these changes. Has saved...

Has anyone got Apple Pay actually working? Whenever I call the function cordova.plugins.stripe.payWithApplePay(opts, success, error); nothing happens. I don't even get any error. Any ideas? @TravBradfield I modified the code...

> @sanctus671 Please let me know if that is helpful to you? Thanks! Thanks but this looks like it is not this plugin but rather the generic Apply Pay cordova...

@TravBradfield The token generated with that plugin is not Stripe compatible though. How are you able to generate a Stripe token from that? What Stripe API end point are you...

@josebyte yes it is. Here is an example: ``` let appleItems = []; for (let item of items){ appleItems.push({label:item.name, amount:(item.price * item.quantity).toFixed(2)}); } const opts = { merchantId: "YOUR APPLE...

Unfortunately not. I couldn't find any alternatives either. Most plugins for Apple Pay in Cordova don't seem to be well maintained. Fingers crossed there is an update soon. If you...