小程序
小游戏
企业微信
微信支付
扫描小程序码分享
在使用了自定义Tabbar的页面,Video标签视频全屏播放后,再退出全屏后,底部原生的Tabbar也同时显示出来了,请问这个怎么解决啊?
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
问题已复现,我们会尽快进行修复。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
好的,多谢,麻烦了。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
苹果7plus iOS 12.3.1 微信 7.0.4,基础库 2.7.1 代码片段是👇
1、video
<Video
id='myVideo'
src={video.tempFilePath || video.source}
className="content-video"
controls={controls}
show-center-play-btn={false}
onEnded={this.playEnd.bind(this)}
></Video>
2、tabbar配置
tabBar: {
custom: true,
list: [
{
"pagePath": "pages/index/home",
"text": "首页"
},
"pagePath": "pages/mine/index",
"text": "我的"
}
]
其它代码片段我也不知道该提供啥,麻烦先看看这些,有需要别的再回复我就行。
你好,麻烦帮忙看看以上问题,谢谢
是这种格式的代码片段哈(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/AKhFB1mT7y9c 代码片段
代码片段已经提供,麻烦帮忙看一下啊,谢谢
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
问题已复现,我们会尽快进行修复。
好的,多谢,麻烦了。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
苹果7plus iOS 12.3.1 微信 7.0.4,基础库 2.7.1 代码片段是👇
1、video
<Video
id='myVideo'
src={video.tempFilePath || video.source}
className="content-video"
controls={controls}
show-center-play-btn={false}
onEnded={this.playEnd.bind(this)}
></Video>
2、tabbar配置
tabBar: {
custom: true,
list: [
{
"pagePath": "pages/index/home",
"text": "首页"
},
{
"pagePath": "pages/mine/index",
"text": "我的"
}
]
}
其它代码片段我也不知道该提供啥,麻烦先看看这些,有需要别的再回复我就行。
你好,麻烦帮忙看看以上问题,谢谢
是这种格式的代码片段哈(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/AKhFB1mT7y9c 代码片段
代码片段已经提供,麻烦帮忙看一下啊,谢谢