Masahiko Sakakibara

Results 107 comments of Masahiko Sakakibara

Sorry I'm late. I just don't resolve this. Generally, this can happen if you're using the same libraries; you might want to try remove Google or Firebase plugins. Thanks.

The issue is closed due to lack of information updates. Thanks.

This Issue will be closed because it has not been updated for a long time. If you encounter similar problems, please start a new Issue.

@sjthfm I created version supporting [email protected]: https://github.com/capacitor-community/stripe/tree/feat/target_33#this-is-pre-release-branch But this require to change `android/variables.gradle`.This may affect other plugins. @david-nibw Can you try?

I think this(--no-karma, --theme=dark, --no-lazy-loading) is possible. After git clone, CLI change templates is not difficult. For examle, this. https://github.com/ionic-team/ionic-cli/pull/3477/commits/578ab613cdb26a99e5a4afcfa6ac47e5ba0122a5#diff-4a980f27a232e57ec064ec6e999db520R655

I'm glad for v3's folder structure can also be used in v4! May I try to challenge implementation?

Thanks for the Issue. Do you have any Stripe URLs that would be helpful?

Unfortunately, this is an Apple Pay method and cannot be used with PaymentFlow; PKPaymentSummaryItem is not a Stripe method. https://developer.apple.com/documentation/passkit_apple_pay_and_wallet

Currently, vite is not supported; either stop using vite or use the Stripe object without reactProvider. ``` import { Stripe } from '@capacitor-community/stripe'; ```

Hi, @hideokamoto . Do we plan to support Vite in the React Provider, wondering if it should be Deprecated or not? Tell us what you think. Note: React with using...