[MWPW-189973]Fix transition screen image issue on iphone#699
Merged
sanjayms01 merged 2 commits intostagefrom Mar 13, 2026
Merged
[MWPW-189973]Fix transition screen image issue on iphone#699sanjayms01 merged 2 commits intostagefrom
sanjayms01 merged 2 commits intostagefrom
Conversation
sanjayms01
reviewed
Mar 12, 2026
| video.play()?.catch(() => {}); | ||
| } | ||
| }; | ||
| if (video.readyState >= 3) playWhenReady(); |
Collaborator
There was a problem hiding this comment.
@Ruchika4 Just for my understanding, what does this mean?
Collaborator
Author
There was a problem hiding this comment.
Hi @sanjayms01 video.readyState is a read-only property on the DOM HTMLVideoElement. video.readyState >= 3 means the browser has enough data that playback can start.
sanjayms01
approved these changes
Mar 12, 2026
vipu0303
approved these changes
Mar 13, 2026
Collaborator
|
As its device specific issue, it can be verified only in stage. Windows it looks fine. |
Merged
Ruchika4
added a commit
that referenced
this pull request
Mar 16, 2026
* #699 * #698 * #697 * #696 * #695 * #694 * #701 **Test URLs:** Firefly - Before: https://main--cc--adobecom.aem.page/products/firefly/features/remove-person?unitylibs=main - After: https://main--cc--adobecom.aem.page/products/firefly/features/remove-person?unitylibs=stage Photoshop: - Before: https://main--cc--adobecom.aem.page/products/photoshop/online?unitylibs=main - After: https://main--cc--adobecom.aem.page/products/photoshop/online?unitylibs=stage Acrobat: - Before: https://main--da-dc--adobecom.aem.page/acrobat/online/word-to-pdf?unitylibs=main - After: https://main--da-dc--adobecom.aem.page/acrobat/online/word-to-pdf?unitylibs=stage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves: MWPW-189973
Test URLs:
Firefly
Photoshop:
Acrobat:
Testing note:
Please test across browser and devices.
Please test across workflows to make sure it works fine for when video is set to autoplay once(firefly) and when set to autoplay in loop (acrobat and photoshop)