收藏
回答

小程序原生tabBar会闪一下

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug tabBar 工具 7.0.3 2.6.6

- 当前 Bug 的表现(可附上截图)

原生tabBar都会闪.


- 预期表现

至少原生tabBar别闪....


google搜出来的都是自定义tabBar会闪一下, 但是我的原生tabBar都会闪, 直接在pages.json里设置的, 其他都没有改. github上找了很多小程序demo, 都会闪, 但是不晓得为什么没人提这个issue. 不晓得这个怎么解决?


环境: 小程序工具最新版. 微信7.0.3, 安卓7.1.


换不同手机测试了下, IOS不闪, 安卓9.1会快速闪白色(但不影响观感).


"tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#3cc51f",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
        {
            "pagePath": "pages/video/index",
            "iconPath": "static/icons/video.png",
            "selectedIconPath": "static/icons/video-active.png",
            "text": "video"
        },
        {
            "pagePath": "pages/game/index",
            "iconPath": "static/icons/center.png",
            "selectedIconPath": "static/icons/center-active.png",
            "text": "game"
        },
        {
            "pagePath": "pages/learn/index",
            "iconPath": "static/icons/center.png",
            "selectedIconPath": "static/icons/center-active.png",
            "text": "center"
        },
        {
            "pagePath": "pages/center/index",
            "iconPath": "static/icons/center.png",
            "selectedIconPath": "static/icons/center-active.png",
            "text": "center"
        }
    ]
},


最后一次编辑于  2019-04-30
回答关注问题邀请回答
收藏

3 个回答

  • 牧之
    牧之
    2020-10-07

    今天还在闪动


    2020-10-07
    有用
    回复
  • 💫💕
    💫💕
    2020-09-28

    解决了吗

    2020-09-28
    有用
    回复
  • 是小白啊
    是小白啊
    2019-04-30

    麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2019-04-30
    有用
    回复 4
    • 王佳羽
      王佳羽
      2019-06-10

      我的也出现过 ,我测过 华为mate系列  vivoX系列  小米8  等安卓机  都会出现黑闪或者 白闪,IOS没有发现出现闪屏。

      2019-06-10
      回复
    • M
      M
      2020-07-01
      我的也出现了
      2020-07-01
      回复
    • IVAn
      IVAn
      2020-07-02
      请问解决了吗? 我的也会闪..
      2020-07-02
      回复
    • 邂逅
      邂逅
      2020-07-03
      我的也出现了,安卓手机会闪,苹果手机不闪,请问解决了吗?
      2020-07-03
      回复
登录 后发表内容