Nico Hofmann

Results 8 issues of Nico Hofmann

Hi, when I click to open the AddressSheet in my compose app, the app crashes. Exception: ``` java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/ui/platform/LocalSoftwareKeyboardController; at com.stripe.android.common.ui.BottomSheetKeyboardHandlerKt.rememberBottomSheetKeyboardHandler(BottomSheetKeyboardHandler.kt:38) at com.stripe.android.common.ui.BottomSheetKt.rememberBottomSheetState(BottomSheet.kt:96) at com.stripe.android.paymentsheet.addresselement.AddressElementActivity$onCreate$1.invoke(AddressElementActivity.kt:56) at com.stripe.android.paymentsheet.addresselement.AddressElementActivity$onCreate$1.invoke(AddressElementActivity.kt:51)...

bug

Hi, I'm using the following appearance for my address sheet: ```kotlin PaymentSheet.Appearance( colorsLight = PaymentSheet.Colors( surface = Color(0xFFFEFBFF), // almost white component = Color(0xFFE2E1EC), // grey // ... ), colorsDark...

bug

When using the autocomplete feature of the address sheet, the "Enter address manually" button is hidden behind the keyboard on API level 29 and below. [Screen_recording_20231224_182104.webm](https://github.com/stripe/stripe-android/assets/57002245/2e6e77d5-9333-4099-8336-c643f6888738)

bug

When using the Kotlin multiplatform generator, there will be a "HttpBasicAuth.kt" file containing the following import `import io.ktor.util.InternalAPI` which needs to be removed or updated to `import io.ktor.util.io.InternalAPI` when using...

Issue: Bug

We use PaymentSheet in our Android app. When a user selects PayPal, they are redirected to PayPal in a Google Chrome tab. After successfully completing the process on PayPal, there...

bug

When users start the Stripe Identity flow, they are prompted to agree to the privacy policy. If a user clicks "DECLINE" a message appears asking the user to agree, and...

feature
identity

When users start the Stripe Identity flow on a small screen with large font, they are prompted to "SCROLL TO CONTINUE". However, we found that most users scroll on the...

bug
identity

We have integrated Stripe Identity into our app and are currently running usability tests to evaluate whether users understand how to verify their identity. We have found that most users...

bug
identity