mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-23 11:13:14 -05:00
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.