UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 254 B
```css // Property: willHandleTouches // Description: Explicitly specifies if this web view handles touches. // Component(s): Ti.UI.WebView '.will-handle-touches': { willHandleTouches: true } '.will-handle-touches-false': { willHandleTouches: false } ```