Xamarin.Forms UWP 项目是否支持 Lottie 动画?

Are Lottie animations supported in Xamarin.Forms UWP projects?

我正在尝试将 Lottie 动画添加到我的项目中。 到目前为止,我只在 android 上进行了测试,并且可以正常工作。 现在我也在尝试将它们添加到我的 UWP 应用程序,但我找不到有关如何执行此操作的指南。

this link 告诉我 UWP 支持 lottie。

并且 and (probably as a reaction) this post表明在xamarin forms uwp中是可能的。

如果 Xamarin.Forms UWP 项目支持,我无法在网上找到明确的参考(或教程)。我主要有疑问,因为我不确定 Xamarin.Forms.UWP 'flavor' 是否与 'normal' UWP 应用程序相同。

我真的很感激在正确方向上的推动。

我认为这与this bug有关。

虽然 this sample 的旧版本 (2.5.4) 不是用 "support" 为 UWP 构建的 我确实通过将资源添加到根目录并将构建操作设置为 Content 来使其工作。

将我自己项目中的库降级到 2.5.4 解决了我的问题。