#senthil2060
1 messages ยท Page 1 of 1 (latest)
but in andorid, the background is gray and cannot see the chekout page. where to change the color settings and how?
Can you share how it looks like now? The checkout page should be seen by default
The one in Android isn't expected. Checkout page should still be shown. How do you open the Payment Sheet in Android? Is it on the same page of the Checkout page?
yes
my development environment is cordova. i use a plugin, but its simple and straightforward plugin
just send the parameters for the payemntsheet
no color configurations
Do you mean you're not using Stripe Android SDK directly? https://github.com/stripe/stripe-android
If so, I'd recommend reaching out to the plugin provider as they controls your Stripe integration and we do not have visibility how they integrate
thats what i mentioned, there is nothin in the plugin
its just call
i can share the code if you want to have a look
can you give some details how to customise the payment sheet? esp background color of the sheet
Can you share the code which you implement Payment Sheet? By default, the background should be transparent in Android like the one in iOS
Hi @ionic heart I'm taking over this thread
Can you check your values/themes.xml file and see if you are using a custom android theme? https://developer.android.com/develop/ui/views/theming/themes
Looks like you do have a custom theme, can you remove the custom theme and try again?
do you want me to remove the "AppTheme"
Not necessary, but you can remove all the custom items inside the AppTheme style.
ok i will remove and check now
i did remove everything, still the same.