- 小程序可以强制横屏吗?
请问小程序目前是否支持强制横屏?需要强制用户横屏观看 不是自适应 pageOrientation 不太合适
2021-11-29 - 公众号莫名来了很多关注?请官方查明一下 谢谢
公众号激增几百关注 这个不是我弄的 麻烦官方看下 如果不是合法流量 请帮我删除 谢谢 公众号名称: 雄起安天下
2021-11-21 - fail exception when quota control??
小米11 MUI12.5 小程序中处理文件一直报错,其他手机均无问题 log writeFile err writeFile:fail exception when quota control! [图片]
2021-07-02 - 关于小程序海外版?
1.国外WeChat是否可以搜索到国内的小程序? 2.如果可以正常使用 那能否扫描国内的公众号收到小程序的推送消息呢?
2020-12-31 - 同样的手机表现不一致?
[图片][图片]
2020-12-11 - 线上用户能看到开发调试?
这个有人遇见过吗?? 用户直接能看到开发调试??? 可以确定后台没有添加权限。。。 [图片]
2020-12-10 - video视频切换黑屏问题?
video切换视频(替换URL)的时候会黑屏 怎么解决?
2020-11-06 - 小程序中有什么可以用的游戏引擎吗?比如 cocos?
可以用cocos之类的引擎开发小程序(不是小游戏)吗想在小程序中嵌入一个简单的游戏 可以做吗?
2020-10-23 - createInnerAudioContext同时存在多个播放错误?
bgmp3() { this.innerAudioContext1 = uni.createInnerAudioContext(); this.innerAudioContext1.autoplay = true; this.innerAudioContext1.loop = true; this.innerAudioContext1.src = 'subpages/static/mp3/bg.mp3'; this.innerAudioContext1.onPlay(() => { if(!this.isPage()){ this.innerAudioContext1.stop() } }); this.innerAudioContext1.onError((res) => { }); }, gomp3() { const innerAudioContext2 = uni.createInnerAudioContext(); innerAudioContext2.autoplay = true; innerAudioContext2.loop = false; innerAudioContext2.src = 'subpages/static/mp3/go.mp3'; innerAudioContext2.onPlay(() => { }); innerAudioContext2.onError((res) => { }); innerAudioContext2.onEnded(() => { //innerAudioContext2.destroy() setTimeout(()=>{ this.beginmp3() },600) }); }, 第二个音频写的是播放一次。。但是每次进入 都会循环播放 然后把第一个音频的循环去掉就好了???
2020-10-21 - wx.showLoading的蒙层 mask: true 还可以点击?
wx.showLoading的蒙层 mask: true 还可以点击?
2020-10-19