UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 290 B
```css // Property: disableContextMenu // Description: Determines whether or not the webview should not be able to display the context menu. // Component(s): Ti.UI.WebView '.disable-context-menu': { disableContextMenu: true } '.disable-context-menu-false': { disableContextMenu: false } ```