This repository was archived by the owner on Dec 20, 2023. It is now read-only.
增加用户拖动撤回功能
#1029
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
这个应该是超越原版的功能,有点类似于kindle跳转页码时的返回功能。尤其是触摸屏用户,在操作时容易误触造成当前播放进度更改。此时一个类似于撤回进度的操作就比较有必要。
就是这样:用户在2分钟时拖动进度到4分钟。在按下进度条或者开始拖动时记录当前秒(120),松开进度条或者拖动结束时记录目标秒(240),松开后在左下角显示撤回提示(类似于跳转到进度提示),撤回后显示恢复进度提示。
Beta Was this translation helpful? Give feedback.
All reactions