clappr-core icon indicating copy to clipboard operation
clappr-core copied to clipboard

Core components of the Clappr player architecture

Results 16 clappr-core issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

**What do you want to do with Clappr?** Any way to get the Clappr instance from a div ID? I know I can simply store the instance when creating but...

question

## Summary This PR implements declaration types. ## Changes - `types/*`: where declaration types was built - `*.js`: jsdoc updated to reflect into declaration files.

**Is your feature request related to a problem? Please describe.** In some cases it is a problem that the video controls hide the bottom of the video. **Describe the solution...

question
improvement

**What do you want to do with Clap Play server hosted mp4, webm files. **What have you tried so far?** var player = new Clappr.Player({ source: "https://file-examples.com/storage/fee3d1095964bab199aee29/2017/04/file_example_MP4_640_3MG.mp4", parentId: "#player", });...

question

**What do you want to do with Clappr?** I have a server running [LAL](https://github.com/q191201771/lal) and producing a HLS playlist that I can access using HTTPS. Unfortunatelly I got an error...

question

## Summary This pull request introduces two new custom events, `CONTAINER_TAP` and `CONTAINER_DBLTAP`, and updates `CONTAINER_CLICK` and `CONTAINER_DBLCLICK` to be triggered alongside their respective original events. The new custom events...