Disabling User Actions for Slides
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 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
- Content Creator Users - Browser
- Disable zoom for HTML content
- End Users - iPad
- Users do not require an additional license
Configuring Disabling User Actions for
To configure this feature, ensure Configuring CLM as Document Model is complete.
Disabling User Actions as
To disable user actions for a Slide document in Vault CRM:
- Navigate to All > Library.
- Select the appropriate Slide document.
- Select Edit Details.
- 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
- Select Save.
Disabling Zoom for HTML Content as
Zoom functionality for HTML content must be disabled in the HTML code. Content creator users can include the following code to disable zoom:
iOS HTML Code
<meta name=viewport content=width=device-width, initial-scale=1.0, user-scalable=no>

