nexxPLAY
  • Introduction
  • Javascript SDK
    • Basic Integration
    • Advanced Integration
    • Player Configuration
    • Player Management
    • Playback Control
  • iFrame Integration
    • Embed Codes
    • PostMessage Control
  • native Players
    • nexxPLAY for iOS
    • nexxPLAY for Android
    • nexxPLAY for Flutter
  • Platform Plugins
    • Google AMP
    • Wordpress Plugin
    • React Plugin
  • Integration Enhancements
    • Player UI
    • Audio Player
    • Player DataMode
    • Player Events
    • SDK Override Options
    • VAST Macros
    • GET Parameters
  • Widgets
    • Javascript SDK
    • iFrame Integration
    • Widgets for native Apps
      • iOS Widget
      • Android Widget
      • Android TV Channel
      • Windows 10 LiveTile
    • Widget React Plugin
    • Widget Override Options
  • more Integrations
    • WebViews
    • oEmbed Discovery
    • WebComponent
    • Preview Links
    • Cover Service
    • Reporting for external Players
  • Addons
  • Security and Accessibility
    • Data Protection and Security
    • GDPR and TCF 2.0
    • Accessibility and WCAG
  • Compatibility
  • Changelog
Powered by GitBook
On this page
  • Web SDK
  • iOS SDK
  • android / androidTV SDK
  1. Security and Accessibility

Accessibility and WCAG

PreviousGDPR and TCF 2.0NextCompatibility

Last updated 2 years ago

nexxPLAY supports Accessilbility Standards and Techniques in all Player Versions. The Page/App Owner does not have to activate anything on any Platform.

Web SDK

  • supports ARIA Roles, Labels and Client Hints.

  • supports Haptic Feedback, where possible

  • supports "reduced-motion" Settings on various Levels

  • supports LRT/RTL Layout Flow

  • supports "forced-colors" Settings

  • supports Image Descriptions for visualy impaired

  • supports Captions and Audio-Description

LTR/RTL Layout Flow may need some hints from the surrounding Page to work propperly. nexxPLAY via Javascript will follow any parent Container "dir" Attribute by default.

In an iFrame, this may be more difficult, therefore a special "direction" Attribute exists for this Purpose.

iOS SDK

  • supports VoiceOver with UIAccessibility Frameworks

  • supports Accessibility Traits and Labels

  • supports Haptic Feedback, where possible

  • supports "reduced-motion" Settings on various Levels

  • supports MACaptionAppearanceDisplayType (prefers Audio-Description Setting)

  • supports "User Defined Caption Style"

  • supports Image Descriptions for visualy impaired

  • supports Captions and Audio-Description

android / androidTV SDK

  • supports contentDescription and "importantForAccessibility" Attributes

  • supports Haptic Feedback, where possible

  • supports "reduced-motion" Settings on various Levels

  • supports LRT/RTL Layout Flow

  • supports "System Caption Style"

  • supports Image Descriptions for visualy impaired

  • supports Captions and Audio-Description

If your App wants to support LTR/RTL Layout Flows, make sure that the Application Manifest contains the "android:supportsRtl='true'" Setting.

Javascript SDK
iFrame Integration
nexxPLAY for iOS
Android Widget
nexxPLAY for Flutter