UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 271 B
```css // Property: trackUserInteraction // Description: Indicates whether or not the user interaction shoud be tracked. // Component(s): Ti.App '.track-user-interaction': { trackUserInteraction: true } '.track-user-interaction-false': { trackUserInteraction: false } ```