Skip to content

Conversation

@Jeroen-Veltmans
Copy link
Contributor

Initial implementation for #23.

Added navigation with the TV remote.
Slightly optimized default TV UI.
Increased default idle timeout for TVs.
Some smaller bugfixes.

Known issues:

Tizen 4.0 and Tizen 5.0 do not work as of now, partly due to a bug in the polyfill. I opened an issue which can be tracked here: webcomponents/polyfills#565
For now, it can be bypassed on Tizen 4.0 by adding the following script BEFORE loading the polyfills:

<script nomodule>
    customElements = customElements || {};
    customElements.forcePolyfill = true;
</script>

For Tizen 5.0 you would need to add the above, but also remove every nomodule for the legacy scripts as it will not load them otherwise.

Tizen 2.4 doesn't even show the player at the moment.

@Jeroen-Veltmans Jeroen-Veltmans merged commit 1905aee into main Nov 3, 2023
@Jeroen-Veltmans Jeroen-Veltmans deleted the tv branch November 3, 2023 14:11
@MattiasBuelens MattiasBuelens mentioned this pull request Nov 3, 2023
2 tasks
@theoplayer-bot theoplayer-bot bot mentioned this pull request Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants