Skip to content
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

Open
mateoguzmana opened this issue Apr 24, 2024 · 5 comments
Open

Keyboard not working correctly using in-app browsers #141

mateoguzmana opened this issue Apr 24, 2024 · 5 comments
Assignees

Comments

@mateoguzmana
Copy link
Collaborator

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 + 2

Alt + 2 in an in-app browser:

image

Alt + 2 in a normal react native input:

image

Environment:

  • Apple M1 Pro
  • react-native-ide-0.0.7-beta.vsix
  • Simulator: iPhone 15 Pro, iOS 17.4

As a workaround: typing using the simulator keyboard works.


By the way, awesome work with the IDE. It looks pretty promising so far 🚀

@kmagiera
Copy link
Member

thanks for reporting. Is this limited to in-app browsers? or you can also see this in other text edit fields?

@mateoguzmana
Copy link
Collaborator Author

I only noticed it in the in-app browser. In a normal react-native text field is works correctly (as in my second screenshot)

@sregg
Copy link
Collaborator

sregg commented May 8, 2024

It happened to me in normal RN input fields for me too.
It's not happening 100% of the time though.
It's almost like it doesn't recognize the SHIFT key sometimes.

@chriszs
Copy link

chriszs commented May 29, 2024

Can confirm, the shift key isn't working on an iOS simulator while entering text into a standard React Native text field (not a web view).

Here's me hitting the numeric keys while holding down shift (this should be !@#$%^&*()):

Screenshot 2024-05-29 at 3 34 14 PM

@ddnzcn
Copy link

ddnzcn commented Jan 20, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants