purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 302 B
Markdown
```css
// Property: eligibleForHandoff
// Description: Set to true if this user activity should be eligible to be handed off to another device
// Component(s): Ti.App.iOS.UserActivity
'.eligible-for-handoff': { eligibleForHandoff: true }
'.eligible-for-handoff-false': { eligibleForHandoff: false }
```