我正在尝试将 Lottie/Bodymovin' 集成到 Ionic 4 应用程序中,但我没有运气。
目前我正在运行:
- “@ionic/angular”:“4.1.0”
- “@angular/core”:“~7.1.4”
- “ng-lottie”:“0.3.1”
我得到的错误是:
ERROR DOMException: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'json').
我还尝试过以下库:
我仍然得到同样的错误。
实现非常简单,因此不是实现问题。
我真正能想到的唯一其他选择是直接使用类型文件导入 bodymovin,但我从未尝试过。
我愿意接受任何我可能没有想到的建议。