-
Notifications
You must be signed in to change notification settings - Fork 58
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
Keyboard not working correctly using in-app browsers #141
Comments
thanks for reporting. Is this limited to in-app browsers? or you can also see this in other text edit fields? |
I only noticed it in the in-app browser. In a normal react-native text field is works correctly (as in my second screenshot) |
It happened to me in normal RN input fields for me too. |
Can confirm, the issue also happens to me on a project itself (not tested in the in-app browsers) #835 is possible duplicate On a side note, it looks like the simulator doesn't recognize the keyboard language / layout's been changed. While I don't know the underlying cause for this issue I believe this could be something related. |
When typing using the computer keyboard using an in-app browser in a react native application, there are problems typing keys like
@
or=
which normally require a combination of keys. E.g: in my case for@
would be alt + 2Alt + 2 in an in-app browser:
Alt + 2 in a normal react native input:
Environment:
As a workaround: typing using the simulator keyboard works.
By the way, awesome work with the IDE. It looks pretty promising so far 🚀
The text was updated successfully, but these errors were encountered: