You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
braintreeDropInUi = "6.16.0"
braintree-dropin-ui = { group = "com.braintreepayments.api", name = "drop-in", version.ref = "braintreeDropInUi" }
Describe the bug
When an application targets Android 15 (API 35), the app renders in edge-to-edge mode, drawing behind system bars. This applies to libraries that display UI like Braintree.
Upon targeting API 35, many Braintree and Cardinal SDK (3DS) are not supporting edge-to-edge which causes certain content to be hidden by system UI.
The Google Pay option is not clickable
Top toolbar content is obscured by the status bar
Top toolbar content is obscured by the status bar
To reproduce
Target Android 15 (API 35)
Display Braintree Drop-in
See content is obscured by system UI
This can be reproduce by making the demo target Android 15
Expected behavior
The content is not obscured by system UI.
Screenshots
Added screenshots above. These are from the demo project from this repo.
The text was updated successfully, but these errors were encountered:
Braintree SDK Version
6.16.0
Environment
Sandbox
Android Version & Device
(Emulator) Pixel 8 Android 15 (API 35)
Braintree dependencies
Using TOML
Describe the bug
When an application targets Android 15 (API 35), the app renders in edge-to-edge mode, drawing behind system bars. This applies to libraries that display UI like Braintree.
Upon targeting API 35, many Braintree and Cardinal SDK (3DS) are not supporting edge-to-edge which causes certain content to be hidden by system UI.
The Google Pay option is not clickable
Top toolbar content is obscured by the status bar
Top toolbar content is obscured by the status bar
To reproduce
This can be reproduce by making the demo target Android 15
Expected behavior
The content is not obscured by system UI.
Screenshots
Added screenshots above. These are from the demo project from this repo.
The text was updated successfully, but these errors were encountered: