```scss
// Property(ies): willHandleTouches - iOS Only
// Component(s): Ti.UI.WebView
'.will-handle-touches[platform=ios]': { willHandleTouches: true }
'.will-not-handle-touches[platform=ios]': { willHandleTouches: false }
```