Source: https://vaultcrmhelp.veeva.com/doc/Content/CRM_topics/Multichannel/CLMDocModel/ManageMediaPlayer/DisableActions.htm

## Disabling User Actions for Slides

* Document Model

Content admin users and content creator users can disable user actions for slides to improve content navigation and interactivity for end users, as well as enabling greater interactivity and customization in CLM content.

User actions are disabled for individual slides, not entire presentations. All other slides continue to function normally.

The following types of user actions can be disabled for slides:

* Standard navigation - Remove the history buttons and navigation bar to enable custom navigation and allow the CLM media player to be more compatible with layered content
* Touch gestures:
  + Disable the swipe gesture for slide navigation to enable greater content creativity and flexibility when adding interactive controls, for example, dragging or dropping elements within a slide, or adding horizontal sliders. If [swipe sensitivity for slide navigation](SwipeSensitivity.htm) is defined, it is ignored when the swipe gesture is disabled.
  + Disable the pinch to exit gesture to allow users to zoom in and out of a presentation without unintentionally exiting
* Zoom in and out – Do not allow end users to zoom in and out manually or using buttons, ensuring important information always display correctly and is not hidden

**Who can use this feature?**

* Content Admin Users - Browser
* [Disable user actions](#DisableAction)
* Content Creator Users - Browser
* [Disable zoom for HTML content](#Disabling)
* End Users - iPad, iPhone
* Users do not require an additional license

### Configuring Disabling User Actions for

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)All Users](#)

To configure this feature, ensure [Configuring CLM as Document Model](../DocModelConfig.htm) is complete.

### Disabling User Actions as

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)Content Admin Users](#)

To disable user actions for a Slide document in Vault CRM:

1. Navigate to **All > Library**.
2. Select the appropriate **Slide** document.
3. Select **Edit Details**.
4. Populate the **Disable Actions** field in the Content Library Details section of the Information panel with the appropriate values:
   * History\_Buttons
   * Navigation\_Bar
   * Pinch\_to\_Exit
   * Swipe
   * Zoom
5. Select **Save**.

### Disabling Zoom for HTML Content as

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)Content Creator Users](#)

Zoom functionality for HTML content must be disabled in the HTML code. Content creator users can include the following code to disable zoom:

[Copy](javascript:void(0);)

iOS HTML Code

```
<meta name=viewport content=width=device-width, initial-scale=1.0, user-scalable=no>
```

### Related Topics

[Managing Swipe Sensitivity for Slide Navigation](SwipeSensitivity.htm)

[Navigating Slides and Presentations](../DisplayingPres/NavigateCLM.htm)

[Displaying CLM Content on Mobile Devices](../DisplayingPres/DisplayCLM.htm)
