purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 317 B
Markdown
```css
// Property: forceTouchSupported
// Description: Determines if the 3D-Touch capability "Force Touch" is supported (true) or not (false) by the device.
// Component(s): Ti.UI.iOS
'.force-touch-supported': { forceTouchSupported: true }
'.force-touch-supported-false': { forceTouchSupported: false }
```