```scss
// Property(ies): lightTouchEnabled - Android Only
// Component(s): Ti.UI.WebView
'.light-touch-enabled[platform=android]': { lightTouchEnabled: true }
'.light-touch-disabled[platform=android]': { lightTouchEnabled: false }
```