- 小程序转换为android之后 视频播放会出现卡顿 甚至卡退的情况 如何修复?
<video id="escape-video" src="http://localhost/dev-api/profile/audio/one.mp4" controls show-center-play-btn show-play-btn title="逃生演示视频" object-fit="cover" class="escape-video"></video> 小程序中使用这个组件播放视频正常 但是转换为多端应用之后 就会出现卡顿 应用甚至会卡退的情况
2024-12-30 - 使用小程序多端开发后 使用video组件的视频无法播放?
在微信开发者工具中 使用video组件播放视频可以播放 将小程序转换为APK文件后 视频就不能播放了
2024-12-29 - 微信小程序打包成APK以后 WebSocket无法使用?
微信小程序升级生成多端应用模式之后 接口调用正常 但是WebSocket缺无法使用 下面是报错信息 MiniProgramError Cannot read properties of undefined (reading 'onOpen') TypeError: Cannot read properties of undefined (reading 'onOpen') at bi.initWebSocket (https://usr/pages/index/index.appservice.js:2:1095) at bi.onLoad (https://usr/pages/index/index.appservice.js:2:321) at bi. (WASubContext.js:1:451955) at l.__callPageLifeTime__ (WASubContext.js:1:451748) at WASubContext.js:1:463841 at WASubContext.js:1:423314 at WASubContext.js:1:464400 at WASubContext.js:1:423314 at WASubContext.js:1:470076 at WASubContext.js:1:423314 [图片]
2024-12-29 - 没网情况下 如何对已经开发好的小程序进行预览?
小程序已经开发完成了 现在想要本地进行测试 接口都是在本地 想要在没有网络的情况下进行预览
2024-12-29