playkit-js-ui
                                
                                
                                
                                    playkit-js-ui copied to clipboard
                            
                            
                            
                        UI Application Framework for the PlayKit JS Player
### Description of the Changes issue: when entering PIP the fullscreen icon is changed to 'exit from full screen'. this happens because Safari raises a `webkitbeginfullscreen` when it enters picture-in-picture...
### Description of the Changes * move root component to its own App component for better isolation * move i18n provider to player GUI which is the root of the...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.15.2. Commits 9655237 Release version 1.15.2 of the npm package. 6e2b86d Default to localhost if no host given. 449e895 Throw invalid URL error on relative...
Is there any method to show the player UI (seekbar with play buttons) ? I have initiated a kaltura player ``` kalturaPlayer.loadMedia({entryId: this.entryId}); ``` and would like to display the...
##### Environment/Version: - https://github.com/kaltura/playkit-js/releases/tag/v0.61.2 - https://github.com/kaltura/playkit-js-ui/releases/tag/v0.55.0 - Chrome 81.0.4044.138 - macOS Catalina 10.15.4 ##### Code ``` var playerConfig = { sources: { progressive: [{ mimetype: "video/mp4", url: "https://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4" }] }...
### Description of the Changes I'm testing if the previouslyActiveElement exists and I've added a slight delay so that it can be focused on closing the modal **Issue:** On closing,...
### Description of the Changes When the link is not provided the anchor tag is replaced with a span tag **Issue:** The SR was announcing logo as link even when...
Issue: On a first render in case a user is navigating with Tab key, the element that receives the first focus is the pre-playback-play-button that has a default styling of...
### Description of the Changes Move interactive area filter to a separate element If interactive area itself has a filter, it affects every component within the interactive area, including popups,...
### Description of the Changes Add catalan language (ca) translations Resolves FEC-14185