Skip to content

Commit

Permalink
THEOplayer 8.4.2 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: THEOplayer Jenkins <[email protected]>
  • Loading branch information
theoplayer-bot[bot] and THEOplayer Jenkins authored Nov 15, 2024
1 parent 20ea622 commit e9e3b8b
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 506 deletions.
8 changes: 8 additions & 0 deletions theoplayer/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ sidebar_custom_props: { 'icon': '📰' }
toc_max_heading_level: 2
---

## 🚀 8.4.2 (2024/11/14)

### Android

#### 🐛 Issues

- Fixed an issue where the player was stuck on a black screen indefinitely after transitioning to or from full screen.

## 🚀 8.4.1 (2024/11/12)

### Android
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>THEOplayer Web SDK</title><meta name="description" content="Documentation for THEOplayer Web SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"><a href="https://www.theoplayer.com/docs/">Docs</a><a href="https://www.theoplayer.com/">THEOplayer.com</a></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">THEOplayer Web SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>THEOplayer Web SDK</h2></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The API references for <a href="https://www.theoplayer.com/sdk/html5-tizen-webos">THEOplayer Web SDK</a> version 8.4.1.</p>
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>THEOplayer Web SDK</title><meta name="description" content="Documentation for THEOplayer Web SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"><a href="https://www.theoplayer.com/docs/">Docs</a><a href="https://www.theoplayer.com/">THEOplayer.com</a></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">THEOplayer Web SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>THEOplayer Web SDK</h2></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The API references for <a href="https://www.theoplayer.com/sdk/html5-tizen-webos">THEOplayer Web SDK</a> version 8.4.2.</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">API</h3><div class="tsd-comment tsd-typography"><p>The classes, constants, functions and namespaces listed in this category
can be found on the global <code>THEOplayer</code> variable when loading with a <code>&lt;script&gt;</code> tag,
or as exports of the <code>theoplayer</code> package when loading through npm.</p>
Expand Down
Loading

0 comments on commit e9e3b8b

Please sign in to comment.