purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 332 B
Markdown
```css
// Property: locationServicesEnabled
// Description: Indicates if the user has enabled or disabled location services for the device (not the application).
// Component(s): Ti.Geolocation
'.location-services-enabled': { locationServicesEnabled: true }
'.location-services-enabled-false': { locationServicesEnabled: false }
```