Configuration
The fallback feature of Nekoma is for end-users who have JavaScript disabled in their web browser, a message will be displayed to them with a fallback native player. The native player is the video player that’s already built-in to the web browser, which Nekoma already uses, but the fallback will display it in full dropping all Nekoma controls.
If you don’t want the native player being an option for your end-users and customers, you can disable it by adding the false value to the Fallback option:
<Nekoma
Fallback={false}
/>
Toggle
| Enabled | Disabled |
|---|---|
![]() | ![]() |
View in Action