purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 391 B
Markdown
```css
// Property: hidesBarsWhenKeyboardAppears
// Description: Set this to true to hide the navigation bar when the keyboard appears.
// Component(s): Ti.UI.NavigationWindow, Ti.UI.TabGroup, Ti.UI.Window, Ti.UI.iOS.SplitWindow
'.hides-bars-when-keyboard-appears': { hidesBarsWhenKeyboardAppears: true }
'.hides-bars-when-keyboard-appears-false': { hidesBarsWhenKeyboardAppears: false }
```