We have our tab-bar on the bottom, almost always visible while the app is running.
Whenever we have user/keyboard-input, we want to maximize what they can see in the area above the keyboard, yes?
Unfortunately, when the keyboard opens, our bottom-placed tab-bar slides up to just above the keyboard, still visible and taking up space.
QUESTION: How can we hide the bottom tab-bar when the on-screen keyboard is open? There doesn't seem to be any visibility attributes we can set for the tab-bar.
(note: we don't want to hide the tab pages, just the bar)