Close

What are you looking for?

cancel
Showing results for 
Search instead for 
Did you mean: 

One UI 5.0 dialog display issue

(Topic created on: 06-12-2022 03:16 PM)
1267 Views
ASSAABLOY-Alix
First Poster
Options

I am an Android developer and have noticed bad behavior on Samsung devices running Android 13 (One UI 5.0). I don't see this problem on Samsung devices running earlier OS version (tested Android 11 and Android 12). I don't see this issue on non-Samsung devices running Android 13 either.

The issue is that alert dialogs (built with Jetpack Compose - I have not verified standard Android views) are stretched horizontally:

Screenshot_20221124_145121_CLIQ Connect.jpg

It looks like this on Google Pixel 6 (Android 13):

image-2022-12-02-16-12-14-953.png

 

Is this a known issue?

 

Problem confirmed for the follow configs:

- Samsung Galaxy S21 Ultra / Android 13 ✖️

- Samsung Galaxy Z Flip 3 / Android 13 ✖️

 

OK on:

- Google Pixel 6 / Android 13 ✔️

- Nokia G21 / Android 12 ✔️

- Samsung Galaxy S10 / Android 12 ✔️

- Samsung Galaxy XCover 4 / Android 11 ✔️

 

Some details that may or may not be relevant:

Android Gradle Plugin 7.3.1 , Gradle 7.6

We use these libraries:

androidx.compose.material3:material3:1.0.1
androidx.constraintlayout:constraintlayout-compose:1.0.1
androidx.compose.compiler:compiler:1.3.2

 

0 Likes
1 REPLY 1
ASSAABLOY-Alix
First Poster
Options

Update:

I can now observe the same kind of issue but with a different config:



Problem confirmed for the follow configs:

- Samsung Galaxy A22 / Android 13  ✖️

OK on:

- Google Pixel 6 / Android 14 (late Beta) ✔️ 
- OnePlus 8T / Android 13 ✔️

- Realme 10 Pro / Android 13 ✔️

- Samsung Galaxy S21 Ultra 5G / Android 13 ✔️

- Samsung Galaxy XCover 4 / Android 11 

 

Android Gradle Plugin 8.0.2 , Gradle 8.0.2

with these libraries:

androidx.compose.material3:material3:1.1.0
androidx.constraintlayout:constraintlayout-compose:1.0.1
androidx.compose.compiler:compiler:1.4.7

 

0 Likes