-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS Keyboard dismisses in control section #679
Comments
@LouisGrdn please check with the latest version 8.5.3, I've never seen this behaviour before |
here what I see on the current version Clipboard-20250203-201052-621.mp4 |
I only have the bug after building the app not with the emulator. Still the same with 8.5.3 ScreenRecording_02-03-2025_21-18-18_1.mov |
On my iphone its working normally, are you referring to a release build version? Could you provide as many details as possible about how i could reproduce this? For example: Steps you took to create the build If you're able to create a reproduction where i can easily follow steps to recreate the bug that would be ideal. |
Sure, Here is a similar test to one I have on my application where I have the bug when I want to enter a size :
With a decorator :
Let me know if you need anything else :) |
@LouisGrdn please describe exactly the commands you are running in the terminal, how you are running the app. I also have an iphone13 and I had no issues so i'm going to need the exact process you went through to cause the problem since you're saying it doesn't happen on the emulator The most useful thing you could provide is a minimal project reproducing the problem with detailed instructions on how to do it, including full details on what kind of build/start commands you are using to launch the app and any other details that could be relevant. Also please let me know if this happens for all stories or just some, does it happen on a fresh project or only on your project? |
For now, I can tell you that to access the storybook screen, I use a env variable to switch between the app and the storybook in the provider only with a button. I don't have time now, but I'll be able to provide you a minimal project reproducing the problem at the end of the week for you to test it. Moreover, it also happens for all stories which has data that can be entered with the phone keyboard. Actually, i didn't try on other project but I'll see with the minimal project I'll do soon. |
Describe the bug
When I open the control section and try to enter a value with the keyboard, it instantly dismiss.
The only way I found is to open entirely the section but a black square above the keyboard avoid me to see the section.
To Reproduce
Steps to reproduce the behavior:
Go to a component
Open the control section
Try tp enter a data like number or text
See keyboard dismisses
Open the entire section
Try to enter a data which open the keykoard
See a black square above the IOS keyboard
Expected behavior
The keyboard appears under the control section and allow to see the data while entering it.
Screenshots
ScreenRecording_02-03-2025_16-03-52_1.mov
Additional context
I'm in the 8.3.5 version of storybook
The text was updated successfully, but these errors were encountered: