purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 323 B
Markdown
```css
// Property: flagSecure
// Description: Treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.
// Component(s): Ti.UI.NavigationWindow, Ti.UI.TabGroup, Ti.UI.Window
'.secure': { flagSecure: true }
'.secure-false': { flagSecure: false }
```