ABPlayerHTML5 icon indicating copy to clipboard operation
ABPlayerHTML5 copied to clipboard

Video Player for danmaku comments. ABPlayer in HTML5. ABPlayer核心构件以动态HTML编写的版本。向HTML5进发!HTML5弹幕播放器

Results 8 ABPlayerHTML5 issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Seems to have a conflict with bootstrap progress-bar s, will look into this.

现在的全屏是网页全屏。 关于真正全屏,我做了下尝试: ``` function launchFullscreen(element) { if(element.requestFullscreen) { element.requestFullscreen(); } else if(element.mozRequestFullScreen) { element.mozRequestFullScreen(); } else if(element.webkitRequestFullscreen) { element.webkitRequestFullscreen(); } else if(element.msRequestFullscreen) { element.msRequestFullscreen(); } } function exitFullscreen() { if(document.exitFullscreen)...

#3 太跑题,于是新立一 issue。 建议不同问题在不同的 issue 里汇报,弹幕渲染问题去 [CommentCoreLibrary](http://github.com/jabbany/CommentCoreLibrary/issues) 汇报。 @zzjin @Yangff @sgdxpdqqzh @superwbd

这个是播放器的库,主体是播放功能。纯有关弹幕的东西应该挪到CommentCoreLibrary里面,那里测试更多,文档更全而且可以更好的Document代码的位置。

commentcorelibrary

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. Commits 782c264 3.0.8 6ade2da fix: trim pattern a6f52b0 3.0.7 e4cd434 fix: treat nocase:true as always having magic e6bbe1c publishConfig for 3.0 5b7cd33 3.0.6 20b4b56...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies