tjvantoll / nativescript-IQKeyboardManager

NativeScript wrapper for the popular IQKeyboardManager iOS framework
MIT License
100 stars 20 forks source link

Prevent IQKeyBoardManager from hiding the Action Bar #11

Closed Daxito closed 7 years ago

Daxito commented 8 years ago

Hi, Is there a way to prevent IQKeyBoardManager from hiding the Action Bar? When it opens the KeyBoard it pushes up the Action Bar and user cannot use the Action Bar any more until they hide the keyboard somehow (Sometimes the keyboard does not have the "Close Keyboard" key and user is stuck)

Thanks

jboeijenga commented 7 years ago

+1

Yamilquery commented 7 years ago

+1

I'm also interested in how to hide the action bar and the "auto-suggestions"...

danieljohngomez commented 7 years ago

+1

Daxito commented 7 years ago

Today a coworker noticed that you can still scroll to the action bar while the keyboard is opened, so that works for us! I will close this as this would require a change on the original pod I think.

pap5508 commented 7 years ago

@Daxito : How ? could you please give some hint to handle this..?

Daxito commented 7 years ago

@pap5508 Actually, it does not work on all devices just like that, but we noticed that if you wrap your form with a ScrollView then the keyboard does not cover the text field, try that.

cerireyhan commented 6 years ago

Hi, is anyone able to do this?