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
The new patch of supporting multi-window #1912
has a replay issue on older Android version.
On Android devices older than Android 14, it cannot display the whole image and part of the content will be occluded.
This is due to the "setRequestedOrientation" function called in existing code. On these older Android device, calling "setRequestedOrientation" after first window is created will lead to this problem.
For most traces which is captured in landscape mode, this problem can be solved by turning on the "auto-rotate" settings to make the phone in landscape mode before replay.
However, on newer Android version such as Android 14&15, this problem seems to be fixed and those contents can be replayed normally.
This ticket is mostly for awareness and we don't have plan to fix it. Maybe the ticket should be closed for not being relevant to the latest versions of Android.
The text was updated successfully, but these errors were encountered:
Android 14 was only released a year and a few months ago (October 2023). I would guess our replay compatibility should go back at least to Android 12, which is the oldest version still maintained, and that's only 3+ years old. (https://en.wikipedia.org/wiki/Android_version_history)
The new patch of supporting multi-window #1912
has a replay issue on older Android version.
On Android devices older than Android 14, it cannot display the whole image and part of the content will be occluded.
This is due to the "setRequestedOrientation" function called in existing code. On these older Android device, calling "setRequestedOrientation" after first window is created will lead to this problem.
For most traces which is captured in landscape mode, this problem can be solved by turning on the "auto-rotate" settings to make the phone in landscape mode before replay.
However, on newer Android version such as Android 14&15, this problem seems to be fixed and those contents can be replayed normally.
This ticket is mostly for awareness and we don't have plan to fix it. Maybe the ticket should be closed for not being relevant to the latest versions of Android.
The text was updated successfully, but these errors were encountered: