-
Notifications
You must be signed in to change notification settings - Fork 289
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
Sometimes blurred videos are unopenable in universe view #1247
Comments
I will try to write a fix for this one 👍 |
I was able to create a fix for this, by slightly changing the blur layer behaviour. I also setup the iOS 17 SDKs on my dev environment (had to free up some disk space for that LOL) so that I can start testing Damus on both OS versions, since iOS 17 is coming up soon. Issue reproiOS: 16.4 (iPhone 14 Pro simulator)
Ideal behaviour: Video should become viewable Root cause and fixDamus uses a ZStack with a non-clickable Blur layer on top to hide certain media.
To fix this, I changed the behaviour a little bit:
Although the behaviour is changed a bit, I believe it's still very intuitive, and brings the additional advantage that one can go through a list of blurry notes faster (Since they only need to tap them once to reveal, instead of tapping and then tapping on "close" to go back to the feed) PatchThe patch can be found at: https://groups.google.com/a/damus.io/g/patches/c/GR1cArW_UZo Testing of the patchPASS iOS:
Damus: 1.6 (17)
Results: The behaviour matches expectations above on both iOS versions tested. |
WIP
Example blurred videos
trim.7F0F101C-6B16-4153-955B-83CE4201578F.MOV
https://damus.io/note167feyf9tgyp96u4g5zh9rw35nm5v3pvfj88g4qhdfqf9ryyjh5uqmpn5nm
https://damus.io/note1al257h7ryzme59nmlvn68ytefgzwww4h37v6yd59acpfruxsavaqmgjujw
@bryanmontz
The text was updated successfully, but these errors were encountered: