- IOS 真机wx.createInnerAudioContext() 无法正常播放音频
代码片段 https://developers.weixin.qq.com/s/EksqYHmC7Ur6 在模拟器中可正常播放 在真机调试时无声音,并且没有静音,音量也是打开的,带上耳机同样无声音 iphone版本14.5.1 代码片段 onLoad() { const innerAudioContext = wx.createInnerAudioContext(); innerAudioContext.mixWithOther=true innerAudioContext.obeyMuteSwitch=false innerAudioContext.src=encodeURI('https://onestory-1304719083.cos.ap-nanjing.myqcloud.com/static/story/1625932748582967539045636986116932.mp3') innerAudioContext.play() },
2021-07-11 - wx.getMenuButtonBoundingClientRect().top在iphone11值
API:wx.getMenuButtonBoundingClientRect()文档地址:https://developers.weixin.qq.com/minigame/dev/api/ui/menu/wx.getMenuButtonBoundingClientRect.html 代码片段:[图片] 模拟器中效果图:[图片] iphone11手机中返回结果:[图片] 手机操作系统:IOS13.5.1 微信版本:IOS 7.0.14 微信小游戏基础库版本:2.11.3 其他手机暂时未发现问题
2020-07-17 - getMenuButtonBoundingClientRect()在iphone11高度为0?
API:wx.getMenuButtonBoundingClientRect()文档地址:https://developers.weixin.qq.com/minigame/dev/api/ui/menu/wx.getMenuButtonBoundingClientRect.html 代码片段:[图片] 模拟器中效果图:[图片] iphone11手机中返回结果:[图片] 其他手机暂时未发现问题
2020-07-17 - 微信android sdk 有没有不包含支付的SDK
https://developers.weixin.qq.com/doc/oplatform/Downloads/Android_Resource.html IOS版本的SDK就有区分包含支付和不包含支付两个版本。 但是android的sdk就没有这个区分,我的APP使用微信sdk的分享和微信登录功能,并不需要支付功能,但是提交应用宝审核的时候 应用宝系统检测里面包含支付的代码就不能算成免费游戏,已经陷入了死循环,应用宝让我删除支付代码,微信sdk还没有不包含支付的版本
2020-05-26