Jon Cameron
Jon Cameron
Changes made in the video.js player seem to be replicated in the native player but it's broken in this particular instance.
👍 I'll update the Known Issues wiki page regarding the native player behavior.
Here is the large public example item for profiler testing that I shared: https://media.dlib.indiana.edu/media_objects/xg94jb936.
For right now this seems like a known issue that can be recorded; captions menu in the native iOS player is completely separate and we don't have control there except...
Could be broken into 2 main issues: UI update, and components parsing their own information - Update parsing - create central state management object (5 points) - Change handling of...
We'll want to update state management; explore options for state updates and possibly restructure how the data is arranged between reading the manifest and having different components parse at different...
We will be making these changes; samvera-labs/ramp#605 and samvera-labs/ramp#606 are for the work.
This behavior came in to resolve issues on Android with being able to select the controls. Duplicating the behavior where one tap displays the hidden player controls, as well as...
This Safari version doesn't support this function (a more recent browser function). Resolution here is putting a check on browser version and disabling the function based on this. @joncameron check...
Probably triggered by the structured navigation component scrolling into place. Could be fixed as part of the larger refactoring. This can be retested after current Ramp refactor work and evaluated...