Files
iOS/Sources/Extensions/NotificationContent
Zac West d3b90c42e0 Fix playback of animated GIFs in notification content extension (#1711)
Fixes #1709.

## Summary
Loads a webview to play back gif attachments, since they may be animated and UIImageView doesn't handle that for us.

## Any other notes
Due to sandboxing and security scoping, getting this to display reliably is a little convoluted - we need to load by Data and inject a CSS style to get the image to scale as we want, since we size the webview to fit based on aspect fit rules.
2021-07-17 17:58:56 -07:00
..