Creating Interactive HTML Content

HTML5 provides a rich set of tools for creating interactive media for users. In general, anything that can be done in Flash can be replicated in HTML5, allowing content creators to develop targeted and dynamic content..

Who can use this feature?

  • iPad, iPhone, Windows Users
  • Users do not require an additional license
  • Content Creator Users, End Users

Creating HTML5 Content as

Considerations

  • HTML5 speed: HTML5 documents in CLM render faster than loading from a remote website but slower than loading from the browser’s cache. Testing all content in CLM is recommended.
  • JavaScript speed: The JavaScript execution speed of Safari on the iPad is less than 10% of the speed on a desktop computer. Complex animations that render smoothly on a computer may appear to stutter on the iPad. Using subtler or slower animations reduces the visibility of these performance limitations.
  • Navigation: The Vault CRM app handles transitioning to the next piece of media via a swipe to the left. Internal navigation should be limited so users don’t lose their place when swiping left and right through media. Each slide should be created as a separate piece of media.
  • Zooming: This can be disabled on iPad using <meta name=viewport content=width=device-width,initial-scale=1,user-scalable=no /> as part of the HTML. See Apple’s developer documentation for more information.

Related Topics

Creating and Updating Records from CLM

Customizing Slide Navigation

Tracking User Activity Using JavaScript