miniprogram-demo icon indicating copy to clipboard operation
miniprogram-demo copied to clipboard

微信小程序组件 / API / 云开发示例

Results 103 miniprogram-demo issues
Sort by recently updated
recently updated
newest added

iOS手机持续运行一段时间的人体检测后微信会崩溃掉,我也进行了测试,确实稳定复现。 测试步骤:打开微信小程序示例即官方demo,打开里面的人体检测页面,对着一个人体持续拍,人体检测功能会正常运行一段时间,手机温度持续升高后,微信会直接闪退。据观察手机越热,微信闪退越快。 稳定复现设备:iPhone14 pro max ios版本:17.6.1 微信版本:8.0.52 我手里只有一台iphoneX,测试后并没有复现这个问题,所以只能怀疑是ios版本问题,可能需要官方做兼容。 iPhoneX的iOS版本16.7.10,微信版本8.0.50和8.0.52均未复现闪退。 微信社区帖子链接: https://developers.weixin.qq.com/community/develop/doc/000a60abfc491893024202bbd61800

我用uniapp开发的,全部代码如下。不会进入事件 ``` import {onLoad} from "@dcloudio/uni-app"; let session :any= null let markerId :any= null onLoad((op:any)=>{ // @ts-ignore const version = wx.getAppBaseInfo().SDKVersion console.log("url",version,op.url) // @ts-ignore session = wx.createVKSession({ track: { OSD:...

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46. Release notes Sourced from tj-actions/changed-files's releases. v46 Changes in v46.0.5 What's Changed Upgraded to v46.0.4 by @​github-actions in tj-actions/changed-files#2511 chore(deps): bump tj-actions/verify-changed-files from 20.0.1...

dependencies
github_actions

![Image](https://github.com/user-attachments/assets/01ad8661-fb45-4a4e-bd78-8dcd500262f0) 摄像头打不开。

为什么我在根目录执行npm run init就报fatal: not a git repository (or any of the parent directories): .git,然后我跑去 git下载下来,就报Clone failed. Cannot clone submodules.,这怎么搞啊

现在版本库是3.4.10,没有这个方法啊 ![Image](https://github.com/user-attachments/assets/a7a8af8b-1571-4fbd-b416-6074c9da7da2)

不应该吧,小程序也不是不维护的产品,我下载下来后,按照官方readme启动,启动不起来。 门槛设置是不是有点高?

### Bug 描述 在官方 Demo 中(例如 `mesh4DPlayer.js` @roamzhen @xxxBW )提供了 `createVideoDecoder` 的示例代码,但未见关于 `createMediaAudioPlayer` 的示例。基于文档 [[wx.createMediaAudioPlayer](https://developers.weixin.qq.com/miniprogram/dev/api/media/audio/wx.createMediaAudioPlayer.html)](https://developers.weixin.qq.com/miniprogram/dev/api/media/audio/wx.createMediaAudioPlayer.html) 的介绍,我尝试将视频与音频同时播放。测试结果显示: - **Android** 平台:视频与音频均可正常播放 - **iOS** 平台:音视频不能正常播放 --- ### 重现步骤 1. 在页面中添加 `` 标签用于视频显示: ```html...