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
If I type into input fields using Shift it isn't working, instead of U it returns u, same goes for symbols like !, etc. I have to use keyboard from the simulator.
Environment
Version of currently used Radon IDE: 1.0.0
Version of React Native/Expo used in the project: 51 (Expo) and 0.74 (RN)
The text was updated successfully, but these errors were encountered:
In my case neither VSCode restart or fn + shift don't solve the issue. It's a bit clunky as neither CMD + V doesn't work for pasting data from an outer context respective to the device, so I have to paste manually (iOS hold click and wait for the pop-up options)
Hi, thanks for the feedback. We're investing in the problem, but it is a bit tricky as it's related to communication with the iOS simulator, which is not documented. You can paste something from the clipboard using long press and paste, but it's not always reliable.
Description
If I type into input fields using
Shift
it isn't working, instead ofU
it returnsu
, same goes for symbols like!
, etc. I have to use keyboard from the simulator.Environment
The text was updated successfully, but these errors were encountered: