```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 }
```