Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
zhw2590582 pushed 1 commit to master zhw2590582/ArtPlayer
- fix: cancel video loading after destroying (#883) a8458b0
zhw2590582 closed a pull request on zhw2590582/ArtPlayer
fix: cancel video loading after destroying
The video continues loading even after calling `.destroy()`, set the `src` attribute to an empty string to stop loading process. 调用`.destory()`后视频请求仍会继续加载,把`src`属性设置为空字符串来停止加载。zhw2590582 closed an issue on zhw2590582/ArtPlayer
移动端控制按钮在浏览器视窗外,点不到
如图。我这个是alist中的artplayer。 ![Image](https://github.com/user-attachments/assets/e6cd7462-b14b-4b7d-b00f-f1b633ffb3bb)zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
因为宽度不足以放这么多按钮,你可以自己控制在移动端少展示些按钮
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
I mean, you can try to use webtorrent.js to play this url yourself
zhw2590582 pushed 1 commit to master zhw2590582/ArtPlayer
- chore: 更新版本至 5.1.6,修复样式加载失败问题并优化样式插入逻辑 4b4973e
zhw2590582 closed an issue on zhw2590582/ArtPlayer
Bug: v5.2.1 control size
The control bar will become larger after ESC is used to exit full screen. However, using the exit full screen option in the lower right corner works as expected. <img width="1000" alt="8c96d19be...zhw2590582 closed an issue on zhw2590582/ArtPlayer
plugin-danmaku 和 artplayer本体
这可能是只有我使用的独特的需求,我在使用油猴脚本时,使用`UserScripts ApiDynamic`注入时机很快,导致这时候的`document.head`是`null`,而所有插件包括本地的有些用到了`document.head.appendChild`会报错,需要改为`(document.head || document.documentElement).appendChild`才会...zhw2590582 closed an issue on zhw2590582/ArtPlayer
artplayer-plugin-danmuku设置菜单中的滑块支持移动端拖动
![PixPin_2024-11-10_12-59-31](https://github.com/user-attachments/assets/e1885fa3-ff91-45f7-8fab-10be26a424d3) https://github.com/zhw2590582/ArtPlayer/blob/f685e1a7dbfef497c2ad7b8e0bca09fa4636...zhw2590582 closed an issue on zhw2590582/ArtPlayer
手机端在网页全屏下,点击设置按钮,设置弹窗位置不正确
<img width="301" alt="Image" src="https://github.com/user-attachments/assets/43f24e2c-4929-4873-98ac-9dc9dd5d3127" /> 在手机端网页全屏下,点击设置按钮,弹窗在左侧显示,并且会被顶部的状态栏遮挡一部分。期望的应该是显示在下边。 另外还想问一下,现在网页全屏的话,播放器下边的全...zhw2590582 published a release on zhw2590582/ArtPlayer
5.2.2
## [5.2.2] - 2025-01-19 - 修复缩略图跨越问题 - 修复当网页没有head时引起的样式加载失败问题 - 新增字幕插件的设置面板的滑块支持移动端拖动 - 修复设置面板在旋屏时的定位错误 - 修复全屏状态变化时类名切换错误问题zhw2590582 created a tag on zhw2590582/ArtPlayer
5.2.2 - art: ArtPlayer.js is a modern and full featured HTML5 video player