UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 310 B
```css // Property: allowsLinkPreview // Description: A Boolean value that determines whether pressing on a link displays a preview of the destination for the link. // Component(s): Ti.UI.WebView '.allows-link-preview': { allowsLinkPreview: true } '.allows-link-preview-false': { allowsLinkPreview: false } ```