ott-web-app icon indicating copy to clipboard operation
ott-web-app copied to clipboard

Host your own video focus site that works across devices.

Results 100 ott-web-app issues
Sort by recently updated
recently updated
newest added

## Description With this PR, InPlayer register flow is almost completed. It includes changes in pretty much all of the methods that are required for this flow, except the favourites...

enhancement

1. Play video 2. Hit refresh or copy-paste URL in other tab 3. Result below Example link https://app-preview.jwplayer.com/m/8pN9r7vd/elephants-dream?play=1&app-config=ajs7jdfk

bug

Safari [requires a user gesture to play video](https://webkit.org/blog/6784/new-video-policies-for-ios/) in a element. So Safari will not autoplay the video Yet Youtube and other video sites found a way around this. Something...

Right now the sign in and sign up prompts have their own URLs. This is fine, but the URL's should get removed from the browser history when they close so...

At the moment, we have a "hard-coded" initial landing page, which is a page with a list of shelves. However, that means there's no way to make a library page,...

forming

1. Open a video on the web app on an iOS device 2. Play a video. An Airplay button appears 3. Stop Playing 4. Play the same video. The Airplay...

## Description This PR adds: - static page end to end test

Multiple SCSS files contain generic spacings which makes it difficult to change these. Also, the actual spacings don't align with the designs as well. **Examples:** https://github.com/jwplayer/ott-web-app/blob/e490487b61624f015bf1bbb79cc933a515acd9ac/src/components/VideoDetails/VideoDetails.module.scss#L13-L22 https://github.com/jwplayer/ott-web-app/blob/e490487b61624f015bf1bbb79cc933a515acd9ac/src/components/VideoLayout/VideoLayout.module.scss#L77-L93 https://github.com/jwplayer/ott-web-app/blob/e490487b61624f015bf1bbb79cc933a515acd9ac/src/containers/ShelfList/ShelfList.module.scss#L18-L30 The designs...

Highlight series rather than episode details when opening an item Take into account: - sharing an item - continue watching #110 - favorites #110 Solution - Have a series level...

We need a more native approach to store Favorites and Continue Watching items for Series. ### Favorites It is possible to mark an episode as a favourite one. However in...