You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if the shared element is a video view that is actively playing a video with sound. It might be streaming a live video. You can't clone it because the clone would not be at the same point in the stream and there could be some stuttering or buffering etc. How should we handle this?
The text was updated successfully, but these errors were encountered:
Hmm 🤔Nice question. Have some idea how it could work but unfortunately, it won't work with the code of this lib I think.
My idea is that you would have to "render" the component above those 2 screens. Actually we could maybe do that with all components here. So maybe, there could be no clones at all. Hmmm. I just got excited about this :D
What if the shared element is a video view that is actively playing a video with sound. It might be streaming a live video. You can't clone it because the clone would not be at the same point in the stream and there could be some stuttering or buffering etc. How should we handle this?
The text was updated successfully, but these errors were encountered: