-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Implement control playback speed #36898
Conversation
@dukenv0307 Do we still need this line? |
@shubham1206agra On the second thought, I add a new solution to update the check |
A concern is: With this PR, when we upload a video, it will auto-play in the preview. If we don't agree we can add an extra param like |
@shubham1206agra Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Please HOLD this PR, as the original author might work on it after all. https://expensify.slack.com/archives/C01GTK53T8Q/p1708443654362909?thread_ts=1708443084.946829&cid=C01GTK53T8Q |
@shubham1206agra I think we can do this here since Video is a new feature, this isn't the crash issue and the fix is straight. |
@kowczarz Can you please comment on the above please? |
These crashes can be fixed in a different way, so I would add a code that prevents autoplay when uploading the attachment. |
@dukenv0307 Can you take care of this now? |
@shubham1206agra I updated to handle this case. |
@kowczarz I found a bug during testing this. I am not sure if this is reported at all. Can you look into this? Steps:
Expected Result: Video should shown in modal. |
@dukenv0307 In android native, the video seems to be autoplaying. Can you check this please? |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-02-25.at.7.09.08.PM.movAndroid: mWeb ChromeScreen.Recording.2024-02-25.at.5.28.25.PM.moviOS: NativeScreen.Recording.2024-02-25.at.6.56.06.PM.moviOS: mWeb SafariScreen.Recording.2024-02-25.at.5.14.10.PM.movMacOS: Chrome / SafariScreen.Recording.2024-02-25.at.5.12.10.PM.movMacOS: DesktopScreen.Recording.2024-02-25.at.6.47.13.PM.mov |
@shubham1206agra I updated to fix this case. About the reason why we use |
🚀 Deployed to staging by https://github.com/MariaHCD in version: 1.4.44-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.44-13 🚀
|
Details
Implement control playback speed
Fixed Issues
$ #36827
PROPOSAL: #36827 (comment)
Tests
Offline tests
Same as above
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
Screen.Recording.2024-02-20.at.21.48.48.mov
iOS: Native
iOS: mWeb Safari
Screen.Recording.2024-02-20.at.21.27.17.mov
MacOS: Chrome / Safari
Screen.Recording.2024-02-20.at.22.57.26.mov
MacOS: Desktop
Screen.Recording.2024-02-20.at.21.54.29.mov