purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 396 B
Markdown
```css
// Property: suppressesIncrementalRendering
// Description: A Boolean value indicating whether the web view suppresses content rendering until it is fully loaded into memory.
// Component(s): Ti.UI.iOS.WebViewConfiguration
'.suppresses-incremental-rendering': { suppressesIncrementalRendering: true }
'.suppresses-incremental-rendering-false': { suppressesIncrementalRendering: false }
```