-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double-tap to seek on mobile #3303
Comments
If someone wants to work on this issue for part one, one has to do a similar thing like this PR for big play button file. |
Hi, @aditmehta9 I want to work on this issue. Please assign me if it is open. |
I can't assign only members can assign. |
then, @aditmehta9 how can I join as a member? |
Sorry, I meant only members can assign you we can't be a member. |
Ooh!! sorry for the misunderstanding from my side. |
Hello @prsndp! Are you still working on a fix for this issue? Please let me know if you need any help approaching the solution and I will be happy to help! |
HI @nbcl! Yeah, sure. I'm working on this issue. |
As far as I understand, there should not be any because it is not currently assigned to any milestone or label!
Let me know if I can be of help! |
Yeah Sure! |
You are correct, if the issue is not assigned to a milestone, there is no deadline. |
Great! @prsndp, feel free to create a pull request or draft with your updates whenever you feel ready, and I will make sure to check in and provide any feedback that could be useful if it was needed. I can also provide feedback on your personal fork if you point me to a specific branch if that is what you prefer! Let me know! |
@nbcl Yeah Sure! |
I didn't know this was the original issue and people are already assigned for it. Issue #3357 describes adding of fast-forward and rewind buttons on double click and no one was working on it , so I started the work and added a PR #3373 . I am extremely sorry assignees if you were working on it, well the PR has not been reviewed yet so it can be rejected by reviewers. |
@surajkumar-sk you are right, #3357 contains a duplicate of the second enhancement request that is present in this issue. Personally, as I agreed in a couple of messages before, I was supposed not to directly code the solution, but to check in and provide any feedback that could be useful if it was needed - This being the case, and as you already brought together a pull request, then I can take my efforts to provide feedback on #3373 as soon as I am able to. Now, apart from that, and with the objective of keeping the issues in a correct manner, this issue could be re purposed to only consider the first enhancement:
This way we leave the second request, "fast-forward buttons on double tap" to be specifically considered in #3357. @prsndp @surajkumar-sk, do you agree with this new arrangement? Please let me know! |
@nbcl An appreciation for you english . You are really good at writing formal messages . As per the first issue . The changes will be pretty small, a few lines. After review, if the changes are good, I can fix the first issue too in the same pr. 🙂 |
I always try to take an extra minute to check if I am being clear in my responses, so I really appreciate your message! I have always though that when building software, specially open source, communication plays one of the most important parts in the success of a project. I always tell my friends that, of course, there is no software without code, but can a team really build something great without communicating accordingly?
Sounds great - Let's maybe wait a bit for @prsndp to comment before continuing with the first enhancement! |
@nbcl this is probably a low priority issue right now for members, with the gsoc and 3.1.0 release members are pretty busy. I don't expect a review for atleast a week from now . We got a lot of time to continue this discussion . |
Definitely, sounds good! - That being the case we can await a response and, in the meanwhile, I will try to reach out with a review on #3373 in the upcoming weekend! 😄 |
Closes #3357 Closes #3303 Thanks to @surajkumar-sk, his #3373 has been the inspiration for this.
…t#5943) Closes shaka-project#3357 Closes shaka-project#3303 Thanks to @surajkumar-sk, his shaka-project#3373 has been the inspiration for this.
Have you read the FAQ and checked for duplicate open issues?
Yes
Describe the solution you'd like
There is a replay icon in the video element when viewed in the browser but not in mobile view so the replay icon can be added.
Addition of the feature like youtube in mobile which allows fast forward on double click on right side of the screen and rewinds on the left side of the screen.
Additional context
![image](https://user-images.githubusercontent.com/35133994/113298895-ef1c3200-9319-11eb-9f2c-037aba9f1319.png)
![image](https://user-images.githubusercontent.com/35133994/113299056-17a42c00-931a-11eb-8c59-9854f5568a1d.png)
The text was updated successfully, but these errors were encountered: