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
Description
When I'm recording snapshot tests of a composable that contains a focused text input, the software keyboard is not visible in the screenshot.
Additionally, when recording a GIF, I can see the blinking cursor inside the input field, but the keyboard still doesn't appear.
Steps to Reproduce
I've tried to record view with similar code to attached in discussion: #1133 (comment)
I've tried to record with various configurations using all possible values of keyboardState or keyboard in DeviceConfig but none of them caused the keyboard to appear in the snapshot or GIF.
Expected behavior
Keyboard should be drawn
Additional information:
Paparazzi Version: 1.3.5
Compile SDK: 35
Gradle Version: 8.11.1
Android Gradle Plugin Version: 8.9.1
The text was updated successfully, but these errors were encountered:
Does the keyboard show when rendering your composable in Preview on Android Studio.
I am pretty sure this is a limitation of layoutlib but I can give it a look.
Description
When I'm recording snapshot tests of a composable that contains a focused text input, the software keyboard is not visible in the screenshot.
Additionally, when recording a GIF, I can see the blinking cursor inside the input field, but the keyboard still doesn't appear.
Steps to Reproduce
I've tried to record view with similar code to attached in discussion: #1133 (comment)
I've tried to record with various configurations using all possible values of
keyboardState
orkeyboard
inDeviceConfig
but none of them caused the keyboard to appear in the snapshot or GIF.Expected behavior
Keyboard should be drawn
Additional information:
The text was updated successfully, but these errors were encountered: