小程序
小游戏
企业微信
微信支付
扫描小程序码分享
小程序中使用了lottie miniprogram来展示lottie动画
在开发者工具中使用可以展示部分lottie文件,部分lottie文件会报eval is not a function 错误,如图
但是,重要的是,开发者工具可以展示的部分lottie动画,在真机无法展示,提示HTMLCanvasView is not defined,如图
请问这个问题如何解决?
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
https://github.com/wechat-miniprogram/lottie-miniprogram/issues/3#issuecomment-529079501
https://github.com/wechat-miniprogram/lottie-miniprogram/issues/2#issuecomment-528326054
可见 github 上的解答
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
麻烦看一下我的,看起来是工具的bug:
https://developers.weixin.qq.com/community/develop/doc/000886c4e886e8f7c50a7b50859400
JavaScript 支持情况
运行限制
基于安全考虑,小程序中不支持动态执行 JS 代码,即:
不支持使用 eval 执行 JS 代码
eval
不支持使用 new Function 创建函数
new Function
https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/js-support.html
这个看起来不是小程序的问题哦,可以到对应的GitHub仓库提issue看看
嗯,可以看下:https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/env.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
https://github.com/wechat-miniprogram/lottie-miniprogram/issues/3#issuecomment-529079501
https://github.com/wechat-miniprogram/lottie-miniprogram/issues/2#issuecomment-528326054
可见 github 上的解答
https://developers.weixin.qq.com/community/develop/doc/000886c4e886e8f7c50a7b50859400
麻烦看一下我的,看起来是工具的bug:
https://developers.weixin.qq.com/community/develop/doc/000886c4e886e8f7c50a7b50859400
JavaScript 支持情况
运行限制
基于安全考虑,小程序中不支持动态执行 JS 代码,即:
不支持使用
eval
执行 JS 代码不支持使用
new Function
创建函数https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/js-support.html
这个看起来不是小程序的问题哦,可以到对应的GitHub仓库提issue看看
嗯,可以看下:https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/env.html
https://developers.weixin.qq.com/community/develop/doc/000886c4e886e8f7c50a7b50859400