-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
Bug reportIndicates that issue has been marked as a possible bugIndicates that issue has been marked as a possible bug
Description
Description
The keyboard occasionally covers up the card component in drop in. So far this has only been reproducible on landscape tablets. Closing the keyboard and reopening it fixes the issue, and so does rotating to portrait.
Note: I am not using any custom styling
Steps to Reproduce
- I am able to consistently reproduce this issue: Yes
- Steps to reproduce the issue:
- Launch the app on an Android tablet running Android 14 in landscape mode
- Start drop in
- Select cards
- The keyboard covers the card component
- Closing the keyboard and reopening or rotating the device fixes the issue
- Screenshots or a screen recording:
Screen.Recording.2026-02-05.at.17.54.02.mov
Logs and Crash Reports
Relevant logs
N/ACode Snippets
Provide code snippets where the SDK is implemented in your project.
val dropInLauncher = rememberLauncherForDropInResult(
DropInCallback { dropInResult ->
...
},
)
DropIn.startPayment(
dropInLauncher = dropInLauncher,
paymentMethodsApiResponse = paymentMethodsApiResponse,
checkoutConfiguration = CheckoutConfiguration(
environment = Environment.TEST,
clientKey = "...",
amount = Amount("GBP", 2400L),
) {
dropIn {
setEnableRemovingStoredPaymentMethods(true)
setShowPreselectedStoredPaymentMethod(false)
}
},
serviceClass = MyDropInService::class.java,
)Integration Information
- Server-side integration: Advanced flow
- Client-side integration: Drop-in
- SDK version: 5.16.0
- Android version(s) where issue occurs: Android 13, 14, 15 (potentially others)
- Device model(s) where issue occurs: Pixel Tablet emulator, Samsung Galaxy Tab S9 FE 5G in landscape
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug reportIndicates that issue has been marked as a possible bugIndicates that issue has been marked as a possible bug