小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 所有安卓机在调用这俩api的时候都会在tabBar显隐之前出现页面闪烁一下然后底部出现黑块的情况。
- 至少像ios的一样吧,很单纯的隐藏显示,没有黑块的出现和页面闪烁的情况。
- 随手写一个tabBar都有这种情况,安卓所有机器可测
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
还有这个问题
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
安卓的问题估计,总是闪一下!
Taro的代码,闪黑体验极差
export
default
class My extends Component {
constructor(props) {
super
(props)
this
.state = {
isLoginModal:
false
}
config = {
navigationBarTitleText:
'个人中心'
,
enablePullDownRefresh:
true
render() {
return
(
<View>
<Button onClick={this.toggleModal}>切换</Button>
<Button onClick={
.toggleModal}>切换</Button>
</View>
)
toggleModal = () => {
.setState({
isLoginModal: !
.state.isLoginModal
})
if
.state.isLoginModal) {
showTabBar({
animation:
else
{
hideTabBar({
模拟器一切正常 安卓真机(小米8)调试就会出现底部tabBar的闪黑,ios没有测试
小米,vivo都这样,hide和show时候剧烈抖动,ios和开发工具都正常的,明显是有问题
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),也麻烦提供下复现问题的视频,非常感谢
真不看内容的机器回复?说了随便一个tabBar都会,你花一分钟写一个不比我提供来的快?
确实是没有复现,看下你是怎么实现的
是在安卓手机下吗?开发者工具和IOS下是不会有的,只有安卓手机下会出现
是安卓手机
美女 我也反馈了很多次了 也贴代码片段和录屏了 确实有这个情况 都好几个月了 变黑的时间有长有短 很影响体验
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
还有这个问题
安卓的问题估计,总是闪一下!
Taro的代码,闪黑体验极差
export
default
class My extends Component {
constructor(props) {
super
(props)
this
.state = {
isLoginModal:
false
}
}
config = {
navigationBarTitleText:
'个人中心'
,
enablePullDownRefresh:
true
}
render() {
return
(
<View>
<Button onClick={
this
.toggleModal}>切换</Button>
</View>
)
}
toggleModal = () => {
this
.setState({
isLoginModal: !
this
.state.isLoginModal
})
if
(
this
.state.isLoginModal) {
showTabBar({
animation:
false
})
}
else
{
hideTabBar({
animation:
false
})
}
}
}
模拟器一切正常 安卓真机(小米8)调试就会出现底部tabBar的闪黑,ios没有测试
小米,vivo都这样,hide和show时候剧烈抖动,ios和开发工具都正常的,明显是有问题
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),也麻烦提供下复现问题的视频,非常感谢
真不看内容的机器回复?说了随便一个tabBar都会,你花一分钟写一个不比我提供来的快?
确实是没有复现,看下你是怎么实现的
是在安卓手机下吗?开发者工具和IOS下是不会有的,只有安卓手机下会出现
是安卓手机
美女 我也反馈了很多次了 也贴代码片段和录屏了 确实有这个情况 都好几个月了 变黑的时间有长有短 很影响体验