react-native-modals icon indicating copy to clipboard operation
react-native-modals copied to clipboard

Is there a way to overlay the keyboard

Open durdevic opened this issue 6 years ago • 3 comments

Hi guys, I want to provide Telegram like dialog, so if the keyboard is open, I want to show the Dialog overlaying it.

I looked up #74 but not exactly the solution I had in mind.

Cheer!

durdevic avatar Apr 08 '19 14:04 durdevic

Hi guys, I want to provide Telegram like dialog, so if the keyboard is open, I want to show the Dialog overlaying it.

I looked up #74 but not exactly the solution I had in mind.

Cheer!

use this https://github.com/react-native-community/react-native-modal

you have the option avoidKeyboard (true or false)

michelmouallem avatar Apr 13 '19 14:04 michelmouallem

Hi guys, I want to provide Telegram like dialog, so if the keyboard is open, I want to show the Dialog overlaying it. I looked up #74 but not exactly the solution I had in mind. Cheer!

use this https://github.com/react-native-community/react-native-modal

you have the option avoidKeyboard (true or false)

This the solution

msvargas avatar Jan 26 '20 15:01 msvargas

avoidKeyboard does not work on iOS - but you can do a Keyboard.dismiss()