Reputation: 1
I have a react redux web. This web is to use it on an android device with self-keyboard, I don't want the screen keyboard, and I need to hide or block the android default keyboard.
I have seen that in react native you can hide the keyboard, but I can't apply this with redux.
Can anyone help me hiding android keyboard in redux?
Thnks
Upvotes: 0
Views: 60
Reputation: 44216
This has nothing to do at all with Redux - Redux only manages your state, it does not change how you use React or React Native in any way.
Upvotes: 2