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
Describe the bug
I'm using AlertDialog and having TextField inside it.
On Android when I focus the TextField, when keyboard appear, the AlertDialog's move up animation work perfectly, but on IOS there is no animation for that, and IOS don't have animation for appearing that AlertDialog
Another Problem with TextField, I have multiple TextField in Dialog, I'm focusing 1 TextField and select to another TextField, the keyboard of IOS auto closed and reopened, but in Android there is no problem.
Affected platforms
Select one of the platforms below:
iOS
Versions
Kotlin version*: 1.9.21
Compose Multiplatform version*: 1.6.0-beta01
OS version(s)* (required for Desktop and iOS issues): 17.2
OS architecture (x86 or arm64): arm64
To Reproduce
Steps and/or the code snippet to reproduce the behavior:
Use AlertDialog
Add TextField to it
Focus TextField
Dialog don't have move up animation to avoid keyboard
Expected behavior
Dialog must have move up animation to avoid keyboard on IOS.
Keyboard don't reopen when change focus on another TextField
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using AlertDialog and having TextField inside it.
On Android when I focus the TextField, when keyboard appear, the AlertDialog's move up animation work perfectly, but on IOS there is no animation for that, and IOS don't have animation for appearing that AlertDialog
Another Problem with TextField, I have multiple TextField in Dialog, I'm focusing 1 TextField and select to another TextField, the keyboard of IOS auto closed and reopened, but in Android there is no problem.
Affected platforms
Select one of the platforms below:
Versions
To Reproduce
Steps and/or the code snippet to reproduce the behavior:
Expected behavior
Dialog must have move up animation to avoid keyboard on IOS.
Keyboard don't reopen when change focus on another TextField
The text was updated successfully, but these errors were encountered: