- Android navigationStyle:custom video为什么第二次无法全屏?
video在android端无法全屏两次(调用requestFullScreen函数时同样) 1.新建一个页面,页面navigationStyle设置为custom 2.页面中添加一个video标签 <view> <video src="https://xxxxx/xxxx.mp4" controls="true"/> </view> 3.第一次点击视频全屏按钮,全屏正常 4.第二次点击视频全屏按钮,全屏异常 代码片段 https://developers.weixin.qq.com/s/70VATFm677Jr
2023-11-22 - Android navigationStyle:custom video第二次无法全屏
video在android端无法全屏两次(调用requestFullScreen函数时同样)
2023-10-31 - 开发者工具使用chooseMedia上传视频,会报MEDIA_ELEMENT_ERROR错误?
开发者工具使用chooseMedia上传视频,会报MEDIA_ELEMENT_ERROR错误!!!真机可以上传视频
2023-03-07 - MiniprogramThirdpartyPlugin没有回调,无法做后续开发?
MiniprogramThirdpartyPlugin.openAuthorizeAccount({ platformAppID: '', preAuthCode:‘’, //获取的预授权码 authType:3, bizAppid: wxxxxxxxxx,//非必填字段,参数详情请看文章末尾 }) 小程序绑定组件无回调参数,没有办法做后续功能的开发!!!
2022-08-23 - requestPayment:fail wx.reqeustPayment is disabed?
微信小程序2.25.3支持库下,支付提示支付失败,失败信息就是requestPayment:fail wx.reqeustPayment is disabed
2022-08-18 - 电脑端真机模拟,和真机使用小程序时,sticky样式无效
https://developers.weixin.qq.com/miniprogram/dev/extended/
2021-05-25