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
@BitcoinErrorLog Keyboard entry works for me, I don't get the onscreen keyboard. One thing to try is to hit CMD + Shift + K that's how you switch from onscreen to physical in the simulator.
It's really only incidental that the app mostly works on MacOS. In the case of the NumberPad (PIN and Amount screens) it is a custom UI and not a <TextInput /> component that only listens to click events. For this issue specifically we can try something like react-native-external-keyboard but if the plan is to support desktop we should think about targeting that more cleanly and keep mobile and desktop code separate since the APIs will vary widly.
Describe the problem
Bitkit runs nicely on MacOS, but I wish I could use my physical keyboard to type instead of the onscreen keyboard.
Describe the solution
No response
Additional context
Low-priority, just a little side wish!
The text was updated successfully, but these errors were encountered: