-
Notifications
You must be signed in to change notification settings - Fork 321
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
Incorrect InputText on iOS : "" #109
Comments
I believe this is the same issue as #107 where setting the locale to something other than English is tapping the incorrect inputs. |
@g123k Thanks for reporting! We'll take a look into this! To help us out with debugging this, can you try quoting the "123123"? It may be that we are not able to interpret the value because it's a number. |
It's the same with or without the quotes |
Got it thanks @g123k - We'll dive into this! |
It appears that there is an issue in Facebook's IDB that requires you to use an English US input method on your Mac OS in order for text input to work |
Let's merge this into #107 that appears to be the same exact issue |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Hello,
Here is my flow:
And running it on a French simulator gives
""
instead of123123
:Screen.Recording.2022-09-01.at.21.37.03.mp4
The text was updated successfully, but these errors were encountered: