mattermost / mattermost-mobile

Next generation iOS and Android apps for Mattermost in React Native
https://about.mattermost.com/
Apache License 2.0
2.25k stars 1.36k forks source link

Bug - video previews are stretched #4845

Closed michaelkozakovsc closed 1 year ago

michaelkozakovsc commented 4 years ago

Playback of videos uploaded to Mattermost on iOS 14 shows up stretched: image

migbot commented 4 years ago

@michaelkozakovsc Thanks for the report! This looks to be an issue with react-native-video. We're monitoring that issue and will be looking into how to fix it on our end.

ophirr commented 4 years ago

+1 on fixing this. Our users are reporting it every few days. Ty!

mattermost version 5.19.0

enahum commented 4 years ago

@ophirr thanks for the reminder on this issue, as reported in the library repo, this issue is actually corrected by Apple on iOS 14.2 (which hasn't yet release to the general public) while the solution proposed in the lib repo has some other side effects. It looks like we just need to wait.

Another thing I noted about your report is that you mentioned to be using mattermost version 5.19. Th mobile app version and the server version are slightly different, where the current mobile app version is 1.36. Also be aware that the server version 5.19 is no longer being supported and that the current mobile app will require Mattermost server 5.25+

larkox commented 1 year ago

Closing as this should be solved already. Feel free to reopen if you still see the issue.